Html Css Color HEX #02B8CE Iris Blue

📋 copy color: '#02B8CE'

red 2 ◦ green 184 ◦ blue 206

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

Shades of Iris Blue #02B8CE

Tints of Iris Blue #02B8CE

RGB

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

 GREEN value IS 184 (72.27% from 255) = 46.94%

 BLUE value IS 206 (80.86% from 255) = 52.55%

R = 0.51%
G = 46.94%
B = 52.55%

CMYK

 C value IS 0.99

 M value IS 0.11

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#02B8CE (or 0x02B8CE) is known color: Iris Blue. HEX triplet: 02, B8 and CE. RGB value is (2,184,206). Sum of RGB (Red+Green+Blue) = 2+184+206=392 (51% of max value = 765). Red value is 2 (1.17% from 255 or 0.51% from 392); Green value is 184 (72.27% from 255 or 46.94% from 392); Blue value is 206 (80.86% from 255 or 52.55% from 392); Max value from RGB is 206 - color contains mainly: blue. Hex color #02B8CE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02B8CE is #FD4731. Grayscale: #838383. Windows color (decimal): -16598834 or 13547522. OLE color: 13547522.

HSL color Cylindrical-coordinate representation of color #02B8CE: hue angle of 186.47º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02B8CE is Cyan = 0.99, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 2 184 206 -
CMYK 0.99 0.11 0 0.19
HSL 186.47º 0.98% 0.41% -
HSV(B) 186.47º 0.99% 0.81% -
XYZ 28.31 38.75 64.38 -
YUV 132.09 169.7 35.21 -
System Red Green Blue C M Y K H S L
Decimal 2 184 206 0.99 0.11 0 0.19 186.47 0.98 0.41
Hex 2 B8 CE 63 B 0 13 BA 62 29
Octal 2 270 316 143 13 0 23 272 142 51
Binary 10 10111000 11001110 1100011 1011 0 10011 10111010 1100010 101001

Color Harmonies of #02B8CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02B8CE

Black with #02B8CE

Text Example


Text Example

White with #02B8CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,184,206); }

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

background-color css

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

 a { background-color: rgb(2,184,206); }

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

border-color css

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

 span { border-color: rgb(2,184,206); }

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