Html Css Color HEX #02BEC8 Iris Blue

📋 copy color: '#02BEC8'

red 2 ◦ green 190 ◦ blue 200

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

Shades of Iris Blue #02BEC8

Tints of Iris Blue #02BEC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 51.02%

R = 0.51%
G = 48.47%
B = 51.02%

CMYK

 C value IS 0.99

 M value IS 0.05

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#02BEC8 (or 0x02BEC8) is known color: Iris Blue. HEX triplet: 02, BE and C8. RGB value is (2,190,200). Sum of RGB (Red+Green+Blue) = 2+190+200=392 (51% of max value = 765). Red value is 2 (1.17% from 255 or 0.51% from 392); Green value is 190 (74.61% from 255 or 48.47% from 392); Blue value is 200 (78.52% from 255 or 51.02% from 392); Max value from RGB is 200 - color contains mainly: blue. Hex color #02BEC8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02BEC8 is #FD4137. Grayscale: #868686. Windows color (decimal): -16597304 or 13155842. OLE color: 13155842.

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

Color convert

RGB 2 190 200 -
CMYK 0.99 0.05 0 0.22
HSL 183.03º 0.98% 0.4% -
HSV(B) 183.03º 0.99% 0.78% -
XYZ 28.86 41.01 61.04 -
YUV 134.93 164.72 33.19 -
System Red Green Blue C M Y K H S L
Decimal 2 190 200 0.99 0.05 0 0.22 183.03 0.98 0.4
Hex 2 BE C8 63 5 0 16 B7 62 28
Octal 2 276 310 143 5 0 26 267 142 50
Binary 10 10111110 11001000 1100011 101 0 10110 10110111 1100010 101000

Color Harmonies of #02BEC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02BEC8

Black with #02BEC8

Text Example


Text Example

White with #02BEC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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