Shades of Iris Blue #03B0DC
Tints of Iris Blue #03B0DC
RGB
CMYK
RGB Variations
Color information
#03B0DC (or 0x03B0DC) is known color: Iris Blue. HEX triplet: 03, B0 and DC. RGB value is (3,176,220). Sum of RGB (Red+Green+Blue) = 3+176+220=399 (52% of max value = 765). Red value is 3 (1.56% from 255 or 0.75% from 399); Green value is 176 (69.14% from 255 or 44.11% from 399); Blue value is 220 (86.33% from 255 or 55.14% from 399); Max value from RGB is 220 - color contains mainly: blue. Hex color #03B0DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #03B0DC is #FC4F23. Grayscale: #808080. Windows color (decimal): -16535332 or 14462979. OLE color: 14462979.
HSL color Cylindrical-coordinate representation of color #03B0DC: hue angle of 192.17º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03B0DC is Cyan = 0.99, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 3 | 176 | 220 | - |
| CMYK | 0.99 | 0.2 | 0 | 0.14 |
| HSL | 192.17º | 0.97% | 0.44% | - |
| HSV(B) | 192.17º | 0.99% | 0.86% | - |
| XYZ | 28.48 | 36.24 | 73.2 | - |
| YUV | 129.29 | 179.19 | 37.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 176 | 220 | 0.99 | 0.2 | 0 | 0.14 | 192.17 | 0.97 | 0.44 |
| Hex | 3 | B0 | DC | 63 | 14 | 0 | E | C0 | 61 | 2C |
| Octal | 3 | 260 | 334 | 143 | 24 | 0 | 16 | 300 | 141 | 54 |
| Binary | 11 | 10110000 | 11011100 | 1100011 | 10100 | 0 | 1110 | 11000000 | 1100001 | 101100 |
Color Harmonies of #03B0DC
Complementary color
Monochromatic Colors of #03B0DC
Black with #03B0DC
Text Example
Text Example
White with #03B0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03B0DC; }
p { color: rgb(3,176,220); }
H1.HeaderClassName
{
color: #03B0DC;
}
.AnyTagClassName
{
color: #03B0DC;
}
</style>
background-color css
<style>
a { background-color: #03B0DC; }
a { background-color: rgb(3,176,220); }
div.DivClassName
{
background-color: #03B0DC;
}
.BgClassName
{
background-color: #03B0DC;
}
</style>
border-color css
<style>
span { border-color: #03B0DC; }
span { border-color: rgb(3,176,220); }
td.TdClassName
{
border-color: #03B0DC;
}
.TagClassName
{
border-color: #03B0DC;
}
</style>