#0DB0B6

Color #0DB0B6 Iris Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Iris Blue #0DB0B6

Tints of Iris Blue #0DB0B6

Color information

#0DB0B6 (or 0x0DB0B6) is unknown color: approx Iris Blue. HEX triplet: 0D, B0 and B6. RGB value is (13,176,182). Sum of RGB (Red+Green+Blue) = 13+176+182=371 (49% of max value = 765). Red value is 13 (5.47% from 255 or 3.50% from 371); Green value is 176 (69.14% from 255 or 47.44% from 371); Blue value is 182 (71.48% from 255 or 49.06% from 371); Max value from RGB is 182 - color contains mainly: blue. Hex color #0DB0B6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0DB0B6 is #F24F49. Grayscale: #7F7F7F. Windows color (decimal): -15880010 or 11972621. OLE color: 11972621.

HSL color Cylindrical-coordinate representation of color #0DB0B6: hue angle of 182.13º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DB0B6 is Cyan = 0.93, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB13176182-
CMYK0.930.0300.29
HSL182.13º86.67%38.24%-
HSV(B)182.13º92.86%71.37%-
XYZ24.1334.5149.65-
YUV127.95158.546.01-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.50%
GREEN value IS 176 (69.14% from 255) = 47.44%
BLUE value IS 182 (71.48% from 255) = 49.06%
R=3.50%
G=47.44%
B=49.06%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal131761820.930.0300.29182.1386.6738.24
HexDB0B65D301Db65726
Octal15260266135303526612746
Binary11011011000010110110101110111011101101101101010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DB0B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0DB0B6; }

 p { color: rgb(13,176,182); }

 H1.HeaderClassName
 {
   color: #0DB0B6;
 }
 .AnyTagClassName
 {
   color: #0DB0B6;
 }
</style>
background-color css

<style>
 a { background-color: #0DB0B6; }

 a { background-color: rgb(13,176,182); }

 div.DivClassName
 {
   background-color: #0DB0B6;
 }
 .BgClassName
 {
   background-color: #0DB0B6;
 }
</style>
border-color css

<style>
 span { border-color: #0DB0B6; }

 span { border-color: rgb(13,176,182); }

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