Html Css Color HEX #10BBCC Iris Blue

📋 copy color: '#10BBCC'

red 16 ◦ green 187 ◦ blue 204

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

Shades of Iris Blue #10BBCC

Tints of Iris Blue #10BBCC

RGB

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

 GREEN value IS 187 (73.44% from 255) = 45.95%

 BLUE value IS 204 (80.08% from 255) = 50.12%

R = 3.93%
G = 45.95%
B = 50.12%

CMYK

 C value IS 0.92

 M value IS 0.08

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#10BBCC (or 0x10BBCC) is known color: Iris Blue. HEX triplet: 10, BB and CC. RGB value is (16,187,204). Sum of RGB (Red+Green+Blue) = 16+187+204=407 (53% of max value = 765). Red value is 16 (6.64% from 255 or 3.93% from 407); Green value is 187 (73.44% from 255 or 45.95% from 407); Blue value is 204 (80.08% from 255 or 50.12% from 407); Max value from RGB is 204 - color contains mainly: blue. Hex color #10BBCC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10BBCC is #EF4433. Grayscale: #898989. Windows color (decimal): -15680564 or 13417232. OLE color: 13417232.

HSL color Cylindrical-coordinate representation of color #10BBCC: hue angle of 185.43º 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 #10BBCC is Cyan = 0.92, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 16 187 204 -
CMYK 0.92 0.08 0 0.2
HSL 185.43º 0.85% 0.43% -
HSV(B) 185.43º 0.92% 0.8% -
XYZ 28.88 40.01 63.33 -
YUV 137.81 165.35 41.12 -
System Red Green Blue C M Y K H S L
Decimal 16 187 204 0.92 0.08 0 0.2 185.43 0.85 0.43
Hex 10 BB CC 5C 8 0 14 B9 55 2B
Octal 20 273 314 134 10 0 24 271 125 53
Binary 10000 10111011 11001100 1011100 1000 0 10100 10111001 1010101 101011

Color Harmonies of #10BBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10BBCC

Black with #10BBCC

Text Example


Text Example

White with #10BBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,187,204); }

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

background-color css

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

 a { background-color: rgb(16,187,204); }

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

border-color css

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

 span { border-color: rgb(16,187,204); }

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