Html Css Color HEX #02B5CA Iris Blue

📋 copy color: '#02B5CA'

red 2 ◦ green 181 ◦ blue 202

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

Shades of Iris Blue #02B5CA

Tints of Iris Blue #02B5CA

RGB

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

 GREEN value IS 181 (71.09% from 255) = 47.01%

 BLUE value IS 202 (79.3% from 255) = 52.47%

R = 0.52%
G = 47.01%
B = 52.47%

CMYK

 C value IS 0.99

 M value IS 0.10

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#02B5CA (or 0x02B5CA) is known color: Iris Blue. HEX triplet: 02, B5 and CA. RGB value is (2,181,202). Sum of RGB (Red+Green+Blue) = 2+181+202=385 (50% of max value = 765). Red value is 2 (1.17% from 255 or 0.52% from 385); Green value is 181 (71.09% from 255 or 47.01% from 385); Blue value is 202 (79.30% from 255 or 52.47% from 385); Max value from RGB is 202 - color contains mainly: blue. Hex color #02B5CA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02B5CA is #FD4A35. Grayscale: #818181. Windows color (decimal): -16599606 or 13284610. OLE color: 13284610.

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

Color convert

RGB 2 181 202 -
CMYK 0.99 0.10 0 0.21
HSL 186.3º 0.98% 0.4% -
HSV(B) 186.3º 0.99% 0.79% -
XYZ 27.21 37.32 61.65 -
YUV 129.87 168.7 36.79 -
System Red Green Blue C M Y K H S L
Decimal 2 181 202 0.99 0.10 0 0.21 186.3 0.98 0.4
Hex 2 B5 CA 63 A 0 15 BA 62 28
Octal 2 265 312 143 12 0 25 272 142 50
Binary 10 10110101 11001010 1100011 1010 0 10101 10111010 1100010 101000

Color Harmonies of #02B5CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02B5CA

Black with #02B5CA

Text Example


Text Example

White with #02B5CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,181,202); }

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

background-color css

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

 a { background-color: rgb(2,181,202); }

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

border-color css

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

 span { border-color: rgb(2,181,202); }

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