Html Css Color HEX #02B0DF Iris Blue

📋 copy color: '#02B0DF'

red 2 ◦ green 176 ◦ blue 223

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

Shades of Iris Blue #02B0DF

Tints of Iris Blue #02B0DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 55.61%

R = 0.5%
G = 43.89%
B = 55.61%

CMYK

 C value IS 0.99

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#02B0DF (or 0x02B0DF) is known color: Iris Blue. HEX triplet: 02, B0 and DF. RGB value is (2,176,223). Sum of RGB (Red+Green+Blue) = 2+176+223=401 (53% of max value = 765). Red value is 2 (1.17% from 255 or 0.50% from 401); Green value is 176 (69.14% from 255 or 43.89% from 401); Blue value is 223 (87.5% from 255 or 55.61% from 401); Max value from RGB is 223 - color contains mainly: blue. Hex color #02B0DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02B0DF is #FD4F20. Grayscale: #808080. Windows color (decimal): -16600865 or 14659586. OLE color: 14659586.

HSL color Cylindrical-coordinate representation of color #02B0DF: hue angle of 192.76º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02B0DF is Cyan = 0.99, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 2 176 223 -
CMYK 0.99 0.21 0 0.13
HSL 192.76º 0.98% 0.44% -
HSV(B) 192.76º 0.99% 0.87% -
XYZ 28.87 36.39 75.31 -
YUV 129.33 180.85 37.18 -
System Red Green Blue C M Y K H S L
Decimal 2 176 223 0.99 0.21 0 0.13 192.76 0.98 0.44
Hex 2 B0 DF 63 15 0 D C1 62 2C
Octal 2 260 337 143 25 0 15 301 142 54
Binary 10 10110000 11011111 1100011 10101 0 1101 11000001 1100010 101100

Color Harmonies of #02B0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02B0DF

Black with #02B0DF

Text Example


Text Example

White with #02B0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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