Html Css Color HEX #02BBB0 Iris Blue

📋 copy color: '#02BBB0'

red 2 ◦ green 187 ◦ blue 176

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

Shades of Iris Blue #02BBB0

Tints of Iris Blue #02BBB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 48.22%

R = 0.55%
G = 51.23%
B = 48.22%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#02BBB0 (or 0x02BBB0) is known color: Iris Blue. HEX triplet: 02, BB and B0. RGB value is (2,187,176). Sum of RGB (Red+Green+Blue) = 2+187+176=365 (48% of max value = 765). Red value is 2 (1.17% from 255 or 0.55% from 365); Green value is 187 (73.44% from 255 or 51.23% from 365); Blue value is 176 (69.14% from 255 or 48.22% from 365); Max value from RGB is 187 - color contains mainly: green. Hex color #02BBB0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02BBB0 is #FD444F. Grayscale: #828282. Windows color (decimal): -16598096 or 11582210. OLE color: 11582210.

HSL color Cylindrical-coordinate representation of color #02BBB0: hue angle of 176.43º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02BBB0 is Cyan = 0.99, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB 2 187 176 -
CMYK 0.99 0 0.06 0.27
HSL 176.43º 0.98% 0.37% -
HSV(B) 176.43º 0.99% 0.73% -
XYZ 25.63 38.69 47.19 -
YUV 130.43 153.71 36.39 -
System Red Green Blue C M Y K H S L
Decimal 2 187 176 0.99 0 0.06 0.27 176.43 0.98 0.37
Hex 2 BB B0 63 0 6 1B B0 62 25
Octal 2 273 260 143 0 6 33 260 142 45
Binary 10 10111011 10110000 1100011 0 110 11011 10110000 1100010 100101

Color Harmonies of #02BBB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02BBB0

Black with #02BBB0

Text Example


Text Example

White with #02BBB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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