Html Css Color HEX #02B0D9 Iris Blue

📋 copy color: '#02B0D9'

red 2 ◦ green 176 ◦ blue 217

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

Shades of Iris Blue #02B0D9

Tints of Iris Blue #02B0D9

RGB

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

 GREEN value IS 176 (69.14% from 255) = 44.56%

 BLUE value IS 217 (85.16% from 255) = 54.94%

R = 0.51%
G = 44.56%
B = 54.94%

CMYK

 C value IS 0.99

 M value IS 0.19

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#02B0D9 (or 0x02B0D9) is known color: Iris Blue. HEX triplet: 02, B0 and D9. RGB value is (2,176,217). Sum of RGB (Red+Green+Blue) = 2+176+217=395 (52% of max value = 765). Red value is 2 (1.17% from 255 or 0.51% from 395); Green value is 176 (69.14% from 255 or 44.56% from 395); Blue value is 217 (85.16% from 255 or 54.94% from 395); Max value from RGB is 217 - color contains mainly: blue. Hex color #02B0D9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02B0D9 is #FD4F26. Grayscale: #808080. Windows color (decimal): -16600871 or 14266370. OLE color: 14266370.

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

Color convert

RGB 2 176 217 -
CMYK 0.99 0.19 0 0.15
HSL 191.44º 0.98% 0.43% -
HSV(B) 191.44º 0.99% 0.85% -
XYZ 28.07 36.07 71.13 -
YUV 128.65 177.85 37.67 -
System Red Green Blue C M Y K H S L
Decimal 2 176 217 0.99 0.19 0 0.15 191.44 0.98 0.43
Hex 2 B0 D9 63 13 0 F BF 62 2B
Octal 2 260 331 143 23 0 17 277 142 53
Binary 10 10110000 11011001 1100011 10011 0 1111 10111111 1100010 101011

Color Harmonies of #02B0D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02B0D9

Black with #02B0D9

Text Example


Text Example

White with #02B0D9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,176,217); }

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

background-color css

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

 a { background-color: rgb(2,176,217); }

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

border-color css

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

 span { border-color: rgb(2,176,217); }

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