Html Css Color HEX #02BBD6 Iris Blue

📋 copy color: '#02BBD6'

red 2 ◦ green 187 ◦ blue 214

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

Shades of Iris Blue #02BBD6

Tints of Iris Blue #02BBD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 53.1%

R = 0.5%
G = 46.4%
B = 53.1%

CMYK

 C value IS 0.99

 M value IS 0.13

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#02BBD6 (or 0x02BBD6) is known color: Iris Blue. HEX triplet: 02, BB and D6. RGB value is (2,187,214). Sum of RGB (Red+Green+Blue) = 2+187+214=403 (53% of max value = 765). Red value is 2 (1.17% from 255 or 0.50% from 403); Green value is 187 (73.44% from 255 or 46.40% from 403); Blue value is 214 (83.98% from 255 or 53.10% from 403); Max value from RGB is 214 - color contains mainly: blue. Hex color #02BBD6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02BBD6 is #FD4429. Grayscale: #868686. Windows color (decimal): -16598058 or 14072578. OLE color: 14072578.

HSL color Cylindrical-coordinate representation of color #02BBD6: hue angle of 187.64º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02BBD6 is Cyan = 0.99, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 2 187 214 -
CMYK 0.99 0.13 0 0.16
HSL 187.64º 0.98% 0.42% -
HSV(B) 187.64º 0.99% 0.84% -
XYZ 29.93 40.41 69.84 -
YUV 134.76 172.71 33.3 -
System Red Green Blue C M Y K H S L
Decimal 2 187 214 0.99 0.13 0 0.16 187.64 0.98 0.42
Hex 2 BB D6 63 D 0 10 BC 62 2A
Octal 2 273 326 143 15 0 20 274 142 52
Binary 10 10111011 11010110 1100011 1101 0 10000 10111100 1100010 101010

Color Harmonies of #02BBD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02BBD6

Black with #02BBD6

Text Example


Text Example

White with #02BBD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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