Html Css Color HEX #02BEC9 Iris Blue

📋 copy color: '#02BEC9'

red 2 ◦ green 190 ◦ blue 201

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

Shades of Iris Blue #02BEC9

Tints of Iris Blue #02BEC9

RGB

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

 GREEN value IS 190 (74.61% from 255) = 48.35%

 BLUE value IS 201 (78.91% from 255) = 51.15%

R = 0.51%
G = 48.35%
B = 51.15%

CMYK

 C value IS 0.99

 M value IS 0.05

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#02BEC9 (or 0x02BEC9) is known color: Iris Blue. HEX triplet: 02, BE and C9. RGB value is (2,190,201). Sum of RGB (Red+Green+Blue) = 2+190+201=393 (52% of max value = 765). Red value is 2 (1.17% from 255 or 0.51% from 393); Green value is 190 (74.61% from 255 or 48.35% from 393); Blue value is 201 (78.91% from 255 or 51.15% from 393); Max value from RGB is 201 - color contains mainly: blue. Hex color #02BEC9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02BEC9 is #FD4136. Grayscale: #868686. Windows color (decimal): -16597303 or 13221378. OLE color: 13221378.

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

Color convert

RGB 2 190 201 -
CMYK 0.99 0.05 0 0.21
HSL 183.32º 0.98% 0.4% -
HSV(B) 183.32º 0.99% 0.79% -
XYZ 28.98 41.06 61.66 -
YUV 135.04 165.22 33.11 -
System Red Green Blue C M Y K H S L
Decimal 2 190 201 0.99 0.05 0 0.21 183.32 0.98 0.4
Hex 2 BE C9 63 5 0 15 B7 62 28
Octal 2 276 311 143 5 0 25 267 142 50
Binary 10 10111110 11001001 1100011 101 0 10101 10110111 1100010 101000

Color Harmonies of #02BEC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02BEC9

Black with #02BEC9

Text Example


Text Example

White with #02BEC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,190,201); }

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

background-color css

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

 a { background-color: rgb(2,190,201); }

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

border-color css

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

 span { border-color: rgb(2,190,201); }

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