Html Css Color HEX #02B4CE Iris Blue

📋 copy color: '#02B4CE'

red 2 ◦ green 180 ◦ blue 206

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

Shades of Iris Blue #02B4CE

Tints of Iris Blue #02B4CE

RGB

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

 GREEN value IS 180 (70.7% from 255) = 46.39%

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

R = 0.52%
G = 46.39%
B = 53.09%

CMYK

 C value IS 0.99

 M value IS 0.13

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#02B4CE (or 0x02B4CE) is known color: Iris Blue. HEX triplet: 02, B4 and CE. RGB value is (2,180,206). Sum of RGB (Red+Green+Blue) = 2+180+206=388 (51% of max value = 765). Red value is 2 (1.17% from 255 or 0.52% from 388); Green value is 180 (70.70% from 255 or 46.39% from 388); Blue value is 206 (80.86% from 255 or 53.09% from 388); Max value from RGB is 206 - color contains mainly: blue. Hex color #02B4CE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02B4CE is #FD4B31. Grayscale: #818181. Windows color (decimal): -16599858 or 13546498. OLE color: 13546498.

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

Color convert

RGB 2 180 206 -
CMYK 0.99 0.13 0 0.19
HSL 187.65º 0.98% 0.41% -
HSV(B) 187.65º 0.99% 0.81% -
XYZ 27.49 37.11 64.11 -
YUV 129.74 171.03 36.89 -
System Red Green Blue C M Y K H S L
Decimal 2 180 206 0.99 0.13 0 0.19 187.65 0.98 0.41
Hex 2 B4 CE 63 D 0 13 BC 62 29
Octal 2 264 316 143 15 0 23 274 142 51
Binary 10 10110100 11001110 1100011 1101 0 10011 10111100 1100010 101001

Color Harmonies of #02B4CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02B4CE

Black with #02B4CE

Text Example


Text Example

White with #02B4CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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