Shades of Iris Blue #03B4DB
Tints of Iris Blue #03B4DB
RGB
CMYK
RGB Variations
Color information
#03B4DB (or 0x03B4DB) is known color: Iris Blue. HEX triplet: 03, B4 and DB. RGB value is (3,180,219). Sum of RGB (Red+Green+Blue) = 3+180+219=402 (53% of max value = 765). Red value is 3 (1.56% from 255 or 0.75% from 402); Green value is 180 (70.70% from 255 or 44.78% from 402); Blue value is 219 (85.94% from 255 or 54.48% from 402); Max value from RGB is 219 - color contains mainly: blue. Hex color #03B4DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03B4DB is #FC4B24. Grayscale: #838383. Windows color (decimal): -16534309 or 14398467. OLE color: 14398467.
HSL color Cylindrical-coordinate representation of color #03B4DB: hue angle of 190.83º 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 #03B4DB is Cyan = 0.99, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 3 | 180 | 219 | - |
| CMYK | 0.99 | 0.18 | 0 | 0.14 |
| HSL | 190.83º | 0.97% | 0.44% | - |
| HSV(B) | 190.83º | 0.99% | 0.86% | - |
| XYZ | 29.14 | 37.78 | 72.77 | - |
| YUV | 131.52 | 177.36 | 36.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 180 | 219 | 0.99 | 0.18 | 0 | 0.14 | 190.83 | 0.97 | 0.44 |
| Hex | 3 | B4 | DB | 63 | 12 | 0 | E | BF | 61 | 2C |
| Octal | 3 | 264 | 333 | 143 | 22 | 0 | 16 | 277 | 141 | 54 |
| Binary | 11 | 10110100 | 11011011 | 1100011 | 10010 | 0 | 1110 | 10111111 | 1100001 | 101100 |
Color Harmonies of #03B4DB
Complementary color
Monochromatic Colors of #03B4DB
Black with #03B4DB
Text Example
Text Example
White with #03B4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03B4DB; }
p { color: rgb(3,180,219); }
H1.HeaderClassName
{
color: #03B4DB;
}
.AnyTagClassName
{
color: #03B4DB;
}
</style>
background-color css
<style>
a { background-color: #03B4DB; }
a { background-color: rgb(3,180,219); }
div.DivClassName
{
background-color: #03B4DB;
}
.BgClassName
{
background-color: #03B4DB;
}
</style>
border-color css
<style>
span { border-color: #03B4DB; }
span { border-color: rgb(3,180,219); }
td.TdClassName
{
border-color: #03B4DB;
}
.TagClassName
{
border-color: #03B4DB;
}
</style>