Html Css Color HEX #02BBDC Iris Blue

📋 copy color: '#02BBDC'

red 2 ◦ green 187 ◦ blue 220

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

Shades of Iris Blue #02BBDC

Tints of Iris Blue #02BBDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 53.79%

R = 0.49%
G = 45.72%
B = 53.79%

CMYK

 C value IS 0.99

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#02BBDC (or 0x02BBDC) is known color: Iris Blue. HEX triplet: 02, BB and DC. RGB value is (2,187,220). Sum of RGB (Red+Green+Blue) = 2+187+220=409 (54% of max value = 765). Red value is 2 (1.17% from 255 or 0.49% from 409); Green value is 187 (73.44% from 255 or 45.72% from 409); Blue value is 220 (86.33% from 255 or 53.79% from 409); Max value from RGB is 220 - color contains mainly: blue. Hex color #02BBDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02BBDC is #FD4423. Grayscale: #878787. Windows color (decimal): -16598052 or 14465794. OLE color: 14465794.

HSL color Cylindrical-coordinate representation of color #02BBDC: hue angle of 189.08º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02BBDC is Cyan = 0.99, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 2 187 220 -
CMYK 0.99 0.15 0 0.14
HSL 189.08º 0.98% 0.44% -
HSV(B) 189.08º 0.99% 0.86% -
XYZ 30.71 40.72 73.95 -
YUV 135.45 175.71 32.82 -
System Red Green Blue C M Y K H S L
Decimal 2 187 220 0.99 0.15 0 0.14 189.08 0.98 0.44
Hex 2 BB DC 63 F 0 E BD 62 2C
Octal 2 273 334 143 17 0 16 275 142 54
Binary 10 10111011 11011100 1100011 1111 0 1110 10111101 1100010 101100

Color Harmonies of #02BBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02BBDC

Black with #02BBDC

Text Example


Text Example

White with #02BBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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