Shades of Iris Blue #05B2DB
Tints of Iris Blue #05B2DB
RGB
CMYK
RGB Variations
Color information
#05B2DB (or 0x05B2DB) is known color: Iris Blue. HEX triplet: 05, B2 and DB. RGB value is (5,178,219). Sum of RGB (Red+Green+Blue) = 5+178+219=402 (53% of max value = 765). Red value is 5 (2.34% from 255 or 1.24% from 402); Green value is 178 (69.92% from 255 or 44.28% 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 #05B2DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #05B2DB is #FA4D24. Grayscale: #828282. Windows color (decimal): -16403749 or 14397957. OLE color: 14397957.
HSL color Cylindrical-coordinate representation of color #05B2DB: hue angle of 191.5º 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 #05B2DB is Cyan = 0.98, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 5 | 178 | 219 | - |
| CMYK | 0.98 | 0.19 | 0 | 0.14 |
| HSL | 191.5º | 0.96% | 0.44% | - |
| HSV(B) | 191.5º | 0.98% | 0.86% | - |
| XYZ | 28.77 | 36.99 | 72.64 | - |
| YUV | 130.95 | 177.69 | 38.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 178 | 219 | 0.98 | 0.19 | 0 | 0.14 | 191.5 | 0.96 | 0.44 |
| Hex | 5 | B2 | DB | 62 | 13 | 0 | E | BF | 60 | 2C |
| Octal | 5 | 262 | 333 | 142 | 23 | 0 | 16 | 277 | 140 | 54 |
| Binary | 101 | 10110010 | 11011011 | 1100010 | 10011 | 0 | 1110 | 10111111 | 1100000 | 101100 |
Color Harmonies of #05B2DB
Complementary color
Monochromatic Colors of #05B2DB
Black with #05B2DB
Text Example
Text Example
White with #05B2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05B2DB; }
p { color: rgb(5,178,219); }
H1.HeaderClassName
{
color: #05B2DB;
}
.AnyTagClassName
{
color: #05B2DB;
}
</style>
background-color css
<style>
a { background-color: #05B2DB; }
a { background-color: rgb(5,178,219); }
div.DivClassName
{
background-color: #05B2DB;
}
.BgClassName
{
background-color: #05B2DB;
}
</style>
border-color css
<style>
span { border-color: #05B2DB; }
span { border-color: rgb(5,178,219); }
td.TdClassName
{
border-color: #05B2DB;
}
.TagClassName
{
border-color: #05B2DB;
}
</style>