Html Css Color HEX #02BBBA Iris Blue

📋 copy color: '#02BBBA'

red 2 ◦ green 187 ◦ blue 186

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

Shades of Iris Blue #02BBBA

Tints of Iris Blue #02BBBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 49.6%

R = 0.53%
G = 49.87%
B = 49.6%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#02BBBA (or 0x02BBBA) is known color: Iris Blue. HEX triplet: 02, BB and BA. RGB value is (2,187,186). Sum of RGB (Red+Green+Blue) = 2+187+186=375 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.53% from 375); Green value is 187 (73.44% from 255 or 49.87% from 375); Blue value is 186 (73.05% from 255 or 49.6% from 375); Max value from RGB is 187 - color contains mainly: green. Hex color #02BBBA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02BBBA is #FD4445. Grayscale: #838383. Windows color (decimal): -16598086 or 12237570. OLE color: 12237570.

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

Color convert

RGB 2 187 186 -
CMYK 0.99 0 0.01 0.27
HSL 179.68º 0.98% 0.37% -
HSV(B) 179.68º 0.99% 0.73% -
XYZ 26.66 39.1 52.6 -
YUV 131.57 158.71 35.58 -
System Red Green Blue C M Y K H S L
Decimal 2 187 186 0.99 0 0.01 0.27 179.68 0.98 0.37
Hex 2 BB BA 63 0 1 1B B4 62 25
Octal 2 273 272 143 0 1 33 264 142 45
Binary 10 10111011 10111010 1100011 0 1 11011 10110100 1100010 100101

Color Harmonies of #02BBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02BBBA

Black with #02BBBA

Text Example


Text Example

White with #02BBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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