Html Css Color HEX #02BBCC Iris Blue

📋 copy color: '#02BBCC'

red 2 ◦ green 187 ◦ blue 204

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

Shades of Iris Blue #02BBCC

Tints of Iris Blue #02BBCC

RGB

 RED value IS 2 (1.17% from 255) = 0.51%

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

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

R = 0.51%
G = 47.58%
B = 51.91%

CMYK

 C value IS 0.99

 M value IS 0.08

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#02BBCC (or 0x02BBCC) is known color: Iris Blue. HEX triplet: 02, BB and CC. RGB value is (2,187,204). Sum of RGB (Red+Green+Blue) = 2+187+204=393 (52% of max value = 765). Red value is 2 (1.17% from 255 or 0.51% from 393); Green value is 187 (73.44% from 255 or 47.58% from 393); Blue value is 204 (80.08% from 255 or 51.91% from 393); Max value from RGB is 204 - color contains mainly: blue. Hex color #02BBCC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02BBCC is #FD4433. Grayscale: #858585. Windows color (decimal): -16598068 or 13417218. OLE color: 13417218.

HSL color Cylindrical-coordinate representation of color #02BBCC: hue angle of 185.05º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02BBCC is Cyan = 0.99, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 2 187 204 -
CMYK 0.99 0.08 0 0.2
HSL 185.05º 0.98% 0.4% -
HSV(B) 185.05º 0.99% 0.8% -
XYZ 28.69 39.91 63.32 -
YUV 133.62 167.71 34.12 -
System Red Green Blue C M Y K H S L
Decimal 2 187 204 0.99 0.08 0 0.2 185.05 0.98 0.4
Hex 2 BB CC 63 8 0 14 B9 62 28
Octal 2 273 314 143 10 0 24 271 142 50
Binary 10 10111011 11001100 1100011 1000 0 10100 10111001 1100010 101000

Color Harmonies of #02BBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02BBCC

Black with #02BBCC

Text Example


Text Example

White with #02BBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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