Html Css Color HEX #02BBC5 Iris Blue

📋 copy color: '#02BBC5'

red 2 ◦ green 187 ◦ blue 197

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

Shades of Iris Blue #02BBC5

Tints of Iris Blue #02BBC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 51.04%

R = 0.52%
G = 48.45%
B = 51.04%

CMYK

 C value IS 0.99

 M value IS 0.05

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#02BBC5 (or 0x02BBC5) is known color: Iris Blue. HEX triplet: 02, BB and C5. RGB value is (2,187,197). Sum of RGB (Red+Green+Blue) = 2+187+197=386 (51% of max value = 765). Red value is 2 (1.17% from 255 or 0.52% from 386); Green value is 187 (73.44% from 255 or 48.45% from 386); Blue value is 197 (77.34% from 255 or 51.04% from 386); Max value from RGB is 197 - color contains mainly: blue. Hex color #02BBC5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02BBC5 is #FD443A. Grayscale: #848484. Windows color (decimal): -16598075 or 12958466. OLE color: 12958466.

HSL color Cylindrical-coordinate representation of color #02BBC5: hue angle of 183.08º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02BBC5 is Cyan = 0.99, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 2 187 197 -
CMYK 0.99 0.05 0 0.23
HSL 183.08º 0.98% 0.39% -
HSV(B) 183.08º 0.99% 0.77% -
XYZ 27.87 39.58 58.99 -
YUV 132.83 164.21 34.69 -
System Red Green Blue C M Y K H S L
Decimal 2 187 197 0.99 0.05 0 0.23 183.08 0.98 0.39
Hex 2 BB C5 63 5 0 17 B7 62 27
Octal 2 273 305 143 5 0 27 267 142 47
Binary 10 10111011 11000101 1100011 101 0 10111 10110111 1100010 100111

Color Harmonies of #02BBC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02BBC5

Black with #02BBC5

Text Example


Text Example

White with #02BBC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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