Shades of Iris Blue #05B8D1
Tints of Iris Blue #05B8D1
RGB
CMYK
RGB Variations
Color information
#05B8D1 (or 0x05B8D1) is known color: Iris Blue. HEX triplet: 05, B8 and D1. RGB value is (5,184,209). Sum of RGB (Red+Green+Blue) = 5+184+209=398 (52% of max value = 765). Red value is 5 (2.34% from 255 or 1.26% from 398); Green value is 184 (72.27% from 255 or 46.23% from 398); Blue value is 209 (82.03% from 255 or 52.51% from 398); Max value from RGB is 209 - color contains mainly: blue. Hex color #05B8D1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05B8D1 is #FA472E. Grayscale: #858585. Windows color (decimal): -16402223 or 13744133. OLE color: 13744133.
HSL color Cylindrical-coordinate representation of color #05B8D1: hue angle of 187.35º 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 #05B8D1 is Cyan = 0.98, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 5 | 184 | 209 | - |
| CMYK | 0.98 | 0.12 | 0 | 0.18 |
| HSL | 187.35º | 0.95% | 0.42% | - |
| HSV(B) | 187.35º | 0.98% | 0.82% | - |
| XYZ | 28.71 | 38.92 | 66.32 | - |
| YUV | 133.33 | 170.7 | 36.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 184 | 209 | 0.98 | 0.12 | 0 | 0.18 | 187.35 | 0.95 | 0.42 |
| Hex | 5 | B8 | D1 | 62 | C | 0 | 12 | BB | 5F | 2A |
| Octal | 5 | 270 | 321 | 142 | 14 | 0 | 22 | 273 | 137 | 52 |
| Binary | 101 | 10111000 | 11010001 | 1100010 | 1100 | 0 | 10010 | 10111011 | 1011111 | 101010 |
Color Harmonies of #05B8D1
Complementary color
Monochromatic Colors of #05B8D1
Black with #05B8D1
Text Example
Text Example
White with #05B8D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05B8D1; }
p { color: rgb(5,184,209); }
H1.HeaderClassName
{
color: #05B8D1;
}
.AnyTagClassName
{
color: #05B8D1;
}
</style>
background-color css
<style>
a { background-color: #05B8D1; }
a { background-color: rgb(5,184,209); }
div.DivClassName
{
background-color: #05B8D1;
}
.BgClassName
{
background-color: #05B8D1;
}
</style>
border-color css
<style>
span { border-color: #05B8D1; }
span { border-color: rgb(5,184,209); }
td.TdClassName
{
border-color: #05B8D1;
}
.TagClassName
{
border-color: #05B8D1;
}
</style>