Html Css Color HEX #10BCCB Iris Blue

📋 copy color: '#10BCCB'

red 16 ◦ green 188 ◦ blue 203

#10BCCB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Iris Blue #10BCCB

Tints of Iris Blue #10BCCB

RGB

 RED value IS 16 (6.64% from 255) = 3.93%

 GREEN value IS 188 (73.83% from 255) = 46.19%

 BLUE value IS 203 (79.69% from 255) = 49.88%

R = 3.93%
G = 46.19%
B = 49.88%

CMYK

 C value IS 0.92

 M value IS 0.07

 Y value IS 0

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#10BCCB (or 0x10BCCB) is known color: Iris Blue. HEX triplet: 10, BC and CB. RGB value is (16,188,203). Sum of RGB (Red+Green+Blue) = 16+188+203=407 (53% of max value = 765). Red value is 16 (6.64% from 255 or 3.93% from 407); Green value is 188 (73.83% from 255 or 46.19% from 407); Blue value is 203 (79.69% from 255 or 49.88% from 407); Max value from RGB is 203 - color contains mainly: blue. Hex color #10BCCB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10BCCB is #EF4334. Grayscale: #8A8A8A. Windows color (decimal): -15680309 or 13351952. OLE color: 13351952.

HSL color Cylindrical-coordinate representation of color #10BCCB: hue angle of 184.81º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10BCCB is Cyan = 0.92, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 16 188 203 -
CMYK 0.92 0.07 0 0.20
HSL 184.81º 0.85% 0.43% -
HSV(B) 184.81º 0.92% 0.8% -
XYZ 28.98 40.39 62.77 -
YUV 138.28 164.52 40.78 -
System Red Green Blue C M Y K H S L
Decimal 16 188 203 0.92 0.07 0 0.20 184.81 0.85 0.43
Hex 10 BC CB 5C 7 0 14 B9 55 2B
Octal 20 274 313 134 7 0 24 271 125 53
Binary 10000 10111100 11001011 1011100 111 0 10100 10111001 1010101 101011

Color Harmonies of #10BCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10BCCB

Black with #10BCCB

Text Example


Text Example

White with #10BCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10BCCB; }

 p { color: rgb(16,188,203); }

 H1.HeaderClassName
 {
   color: #10BCCB;
 }
 .AnyTagClassName
 {
   color: #10BCCB;
 }
</style>

background-color css

<style>
 a { background-color: #10BCCB; }

 a { background-color: rgb(16,188,203); }

 div.DivClassName
 {
   background-color: #10BCCB;
 }
 .BgClassName
 {
   background-color: #10BCCB;
 }
</style>

border-color css

<style>
 span { border-color: #10BCCB; }

 span { border-color: rgb(16,188,203); }

 td.TdClassName
 {
   border-color: #10BCCB;
 }
 .TagClassName
 {
   border-color: #10BCCB;
 }
</style>