Shades of Iris Blue #05B4DB
Tints of Iris Blue #05B4DB
RGB
CMYK
RGB Variations
Color information
#05B4DB (or 0x05B4DB) is known color: Iris Blue. HEX triplet: 05, B4 and DB. RGB value is (5,180,219). Sum of RGB (Red+Green+Blue) = 5+180+219=404 (53% of max value = 765). Red value is 5 (2.34% from 255 or 1.24% from 404); Green value is 180 (70.70% from 255 or 44.55% from 404); Blue value is 219 (85.94% from 255 or 54.21% from 404); Max value from RGB is 219 - color contains mainly: blue. Hex color #05B4DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05B4DB is #FA4B24. Grayscale: #838383. Windows color (decimal): -16403237 or 14398469. OLE color: 14398469.
HSL color Cylindrical-coordinate representation of color #05B4DB: hue angle of 190.93º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05B4DB is Cyan = 0.98, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 5 | 180 | 219 | - |
| CMYK | 0.98 | 0.18 | 0 | 0.14 |
| HSL | 190.93º | 0.96% | 0.44% | - |
| HSV(B) | 190.93º | 0.98% | 0.86% | - |
| XYZ | 29.17 | 37.79 | 72.77 | - |
| YUV | 132.12 | 177.02 | 37.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 180 | 219 | 0.98 | 0.18 | 0 | 0.14 | 190.93 | 0.96 | 0.44 |
| Hex | 5 | B4 | DB | 62 | 12 | 0 | E | BF | 60 | 2C |
| Octal | 5 | 264 | 333 | 142 | 22 | 0 | 16 | 277 | 140 | 54 |
| Binary | 101 | 10110100 | 11011011 | 1100010 | 10010 | 0 | 1110 | 10111111 | 1100000 | 101100 |
Color Harmonies of #05B4DB
Complementary color
Monochromatic Colors of #05B4DB
Black with #05B4DB
Text Example
Text Example
White with #05B4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05B4DB; }
p { color: rgb(5,180,219); }
H1.HeaderClassName
{
color: #05B4DB;
}
.AnyTagClassName
{
color: #05B4DB;
}
</style>
background-color css
<style>
a { background-color: #05B4DB; }
a { background-color: rgb(5,180,219); }
div.DivClassName
{
background-color: #05B4DB;
}
.BgClassName
{
background-color: #05B4DB;
}
</style>
border-color css
<style>
span { border-color: #05B4DB; }
span { border-color: rgb(5,180,219); }
td.TdClassName
{
border-color: #05B4DB;
}
.TagClassName
{
border-color: #05B4DB;
}
</style>