Html Css Color HEX #02BBAF Iris Blue

📋 copy color: '#02BBAF'

red 2 ◦ green 187 ◦ blue 175

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

Shades of Iris Blue #02BBAF

Tints of Iris Blue #02BBAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 48.08%

R = 0.55%
G = 51.37%
B = 48.08%

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

#02BBAF (or 0x02BBAF) is known color: Iris Blue. HEX triplet: 02, BB and AF. RGB value is (2,187,175). Sum of RGB (Red+Green+Blue) = 2+187+175=364 (48% of max value = 765). Red value is 2 (1.17% from 255 or 0.55% from 364); Green value is 187 (73.44% from 255 or 51.37% from 364); Blue value is 175 (68.75% from 255 or 48.08% from 364); Max value from RGB is 187 - color contains mainly: green. Hex color #02BBAF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02BBAF is #FD4450. Grayscale: #828282. Windows color (decimal): -16598097 or 11516674. OLE color: 11516674.

HSL color Cylindrical-coordinate representation of color #02BBAF: hue angle of 176.11º 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 #02BBAF is Cyan = 0.99, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB 2 187 175 -
CMYK 0.99 0 0.06 0.27
HSL 176.11º 0.98% 0.37% -
HSV(B) 176.11º 0.99% 0.73% -
XYZ 25.53 38.65 46.67 -
YUV 130.32 153.21 36.48 -
System Red Green Blue C M Y K H S L
Decimal 2 187 175 0.99 0 0.06 0.27 176.11 0.98 0.37
Hex 2 BB AF 63 0 6 1B B0 62 25
Octal 2 273 257 143 0 6 33 260 142 45
Binary 10 10111011 10101111 1100011 0 110 11011 10110000 1100010 100101

Color Harmonies of #02BBAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02BBAF

Black with #02BBAF

Text Example


Text Example

White with #02BBAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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