Html Css Color HEX #02B0D1 Iris Blue

📋 copy color: '#02B0D1'

red 2 ◦ green 176 ◦ blue 209

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

Shades of Iris Blue #02B0D1

Tints of Iris Blue #02B0D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 54.01%

R = 0.52%
G = 45.48%
B = 54.01%

CMYK

 C value IS 0.99

 M value IS 0.16

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#02B0D1 (or 0x02B0D1) is known color: Iris Blue. HEX triplet: 02, B0 and D1. RGB value is (2,176,209). Sum of RGB (Red+Green+Blue) = 2+176+209=387 (51% of max value = 765). Red value is 2 (1.17% from 255 or 0.52% from 387); Green value is 176 (69.14% from 255 or 45.48% from 387); Blue value is 209 (82.03% from 255 or 54.01% from 387); Max value from RGB is 209 - color contains mainly: blue. Hex color #02B0D1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02B0D1 is #FD4F2E. Grayscale: #7F7F7F. Windows color (decimal): -16600879 or 13742082. OLE color: 13742082.

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

Color convert

RGB 2 176 209 -
CMYK 0.99 0.16 0 0.18
HSL 189.57º 0.98% 0.41% -
HSV(B) 189.57º 0.99% 0.82% -
XYZ 27.06 35.67 65.78 -
YUV 127.74 173.85 38.32 -
System Red Green Blue C M Y K H S L
Decimal 2 176 209 0.99 0.16 0 0.18 189.57 0.98 0.41
Hex 2 B0 D1 63 10 0 12 BE 62 29
Octal 2 260 321 143 20 0 22 276 142 51
Binary 10 10110000 11010001 1100011 10000 0 10010 10111110 1100010 101001

Color Harmonies of #02B0D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02B0D1

Black with #02B0D1

Text Example


Text Example

White with #02B0D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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