Html Css Color HEX #02B9CA Iris Blue

📋 copy color: '#02B9CA'

red 2 ◦ green 185 ◦ blue 202

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

Shades of Iris Blue #02B9CA

Tints of Iris Blue #02B9CA

RGB

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

 GREEN value IS 185 (72.66% from 255) = 47.56%

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

R = 0.51%
G = 47.56%
B = 51.93%

CMYK

 C value IS 0.99

 M value IS 0.08

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#02B9CA (or 0x02B9CA) is known color: Iris Blue. HEX triplet: 02, B9 and CA. RGB value is (2,185,202). Sum of RGB (Red+Green+Blue) = 2+185+202=389 (51% of max value = 765). Red value is 2 (1.17% from 255 or 0.51% from 389); Green value is 185 (72.66% from 255 or 47.56% from 389); Blue value is 202 (79.30% from 255 or 51.93% from 389); Max value from RGB is 202 - color contains mainly: blue. Hex color #02B9CA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02B9CA is #FD4635. Grayscale: #838383. Windows color (decimal): -16598582 or 13285634. OLE color: 13285634.

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

Color convert

RGB 2 185 202 -
CMYK 0.99 0.08 0 0.21
HSL 185.1º 0.98% 0.4% -
HSV(B) 185.1º 0.99% 0.79% -
XYZ 28.03 38.98 61.92 -
YUV 132.22 167.37 35.12 -
System Red Green Blue C M Y K H S L
Decimal 2 185 202 0.99 0.08 0 0.21 185.1 0.98 0.4
Hex 2 B9 CA 63 8 0 15 B9 62 28
Octal 2 271 312 143 10 0 25 271 142 50
Binary 10 10111001 11001010 1100011 1000 0 10101 10111001 1100010 101000

Color Harmonies of #02B9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02B9CA

Black with #02B9CA

Text Example


Text Example

White with #02B9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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