Shades of Iris Blue #05B8D0
Tints of Iris Blue #05B8D0
RGB
CMYK
RGB Variations
Color information
#05B8D0 (or 0x05B8D0) is known color: Iris Blue. HEX triplet: 05, B8 and D0. RGB value is (5,184,208). Sum of RGB (Red+Green+Blue) = 5+184+208=397 (52% of max value = 765). Red value is 5 (2.34% from 255 or 1.26% from 397); Green value is 184 (72.27% from 255 or 46.35% from 397); Blue value is 208 (81.64% from 255 or 52.39% from 397); Max value from RGB is 208 - color contains mainly: blue. Hex color #05B8D0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05B8D0 is #FA472F. Grayscale: #848484. Windows color (decimal): -16402224 or 13678597. OLE color: 13678597.
HSL color Cylindrical-coordinate representation of color #05B8D0: hue angle of 187.09º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05B8D0 is Cyan = 0.98, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 5 | 184 | 208 | - |
| CMYK | 0.98 | 0.12 | 0 | 0.18 |
| HSL | 187.09º | 0.95% | 0.42% | - |
| HSV(B) | 187.09º | 0.98% | 0.82% | - |
| XYZ | 28.59 | 38.87 | 65.67 | - |
| YUV | 133.22 | 170.2 | 36.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 184 | 208 | 0.98 | 0.12 | 0 | 0.18 | 187.09 | 0.95 | 0.42 |
| Hex | 5 | B8 | D0 | 62 | C | 0 | 12 | BB | 5F | 2A |
| Octal | 5 | 270 | 320 | 142 | 14 | 0 | 22 | 273 | 137 | 52 |
| Binary | 101 | 10111000 | 11010000 | 1100010 | 1100 | 0 | 10010 | 10111011 | 1011111 | 101010 |
Color Harmonies of #05B8D0
Complementary color
Monochromatic Colors of #05B8D0
Black with #05B8D0
Text Example
Text Example
White with #05B8D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05B8D0; }
p { color: rgb(5,184,208); }
H1.HeaderClassName
{
color: #05B8D0;
}
.AnyTagClassName
{
color: #05B8D0;
}
</style>
background-color css
<style>
a { background-color: #05B8D0; }
a { background-color: rgb(5,184,208); }
div.DivClassName
{
background-color: #05B8D0;
}
.BgClassName
{
background-color: #05B8D0;
}
</style>
border-color css
<style>
span { border-color: #05B8D0; }
span { border-color: rgb(5,184,208); }
td.TdClassName
{
border-color: #05B8D0;
}
.TagClassName
{
border-color: #05B8D0;
}
</style>