Shades of Iris Blue #05B9DB
Tints of Iris Blue #05B9DB
RGB
CMYK
RGB Variations
Color information
#05B9DB (or 0x05B9DB) is known color: Iris Blue. HEX triplet: 05, B9 and DB. RGB value is (5,185,219). Sum of RGB (Red+Green+Blue) = 5+185+219=409 (54% of max value = 765). Red value is 5 (2.34% from 255 or 1.22% from 409); Green value is 185 (72.66% from 255 or 45.23% from 409); Blue value is 219 (85.94% from 255 or 53.55% from 409); Max value from RGB is 219 - color contains mainly: blue. Hex color #05B9DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05B9DB is #FA4624. Grayscale: #868686. Windows color (decimal): -16401957 or 14399749. OLE color: 14399749.
HSL color Cylindrical-coordinate representation of color #05B9DB: hue angle of 189.53º 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 #05B9DB is Cyan = 0.98, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 5 | 185 | 219 | - |
| CMYK | 0.98 | 0.16 | 0 | 0.14 |
| HSL | 189.53º | 0.96% | 0.44% | - |
| HSV(B) | 189.53º | 0.98% | 0.86% | - |
| XYZ | 30.2 | 39.84 | 73.12 | - |
| YUV | 135.06 | 175.37 | 35.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 185 | 219 | 0.98 | 0.16 | 0 | 0.14 | 189.53 | 0.96 | 0.44 |
| Hex | 5 | B9 | DB | 62 | 10 | 0 | E | BE | 60 | 2C |
| Octal | 5 | 271 | 333 | 142 | 20 | 0 | 16 | 276 | 140 | 54 |
| Binary | 101 | 10111001 | 11011011 | 1100010 | 10000 | 0 | 1110 | 10111110 | 1100000 | 101100 |
Color Harmonies of #05B9DB
Complementary color
Monochromatic Colors of #05B9DB
Black with #05B9DB
Text Example
Text Example
White with #05B9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05B9DB; }
p { color: rgb(5,185,219); }
H1.HeaderClassName
{
color: #05B9DB;
}
.AnyTagClassName
{
color: #05B9DB;
}
</style>
background-color css
<style>
a { background-color: #05B9DB; }
a { background-color: rgb(5,185,219); }
div.DivClassName
{
background-color: #05B9DB;
}
.BgClassName
{
background-color: #05B9DB;
}
</style>
border-color css
<style>
span { border-color: #05B9DB; }
span { border-color: rgb(5,185,219); }
td.TdClassName
{
border-color: #05B9DB;
}
.TagClassName
{
border-color: #05B9DB;
}
</style>