Shades of Iris Blue #05B8D6
Tints of Iris Blue #05B8D6
RGB
CMYK
RGB Variations
Color information
#05B8D6 (or 0x05B8D6) is known color: Iris Blue. HEX triplet: 05, B8 and D6. RGB value is (5,184,214). Sum of RGB (Red+Green+Blue) = 5+184+214=403 (53% of max value = 765). Red value is 5 (2.34% from 255 or 1.24% from 403); Green value is 184 (72.27% from 255 or 45.66% from 403); Blue value is 214 (83.98% from 255 or 53.10% from 403); Max value from RGB is 214 - color contains mainly: blue. Hex color #05B8D6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05B8D6 is #FA4729. Grayscale: #858585. Windows color (decimal): -16402218 or 14071813. OLE color: 14071813.
HSL color Cylindrical-coordinate representation of color #05B8D6: hue angle of 188.61º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05B8D6 is Cyan = 0.98, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 5 | 184 | 214 | - |
| CMYK | 0.98 | 0.14 | 0 | 0.16 |
| HSL | 188.61º | 0.95% | 0.43% | - |
| HSV(B) | 188.61º | 0.98% | 0.84% | - |
| XYZ | 29.34 | 39.17 | 69.63 | - |
| YUV | 133.9 | 173.2 | 36.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 184 | 214 | 0.98 | 0.14 | 0 | 0.16 | 188.61 | 0.95 | 0.43 |
| Hex | 5 | B8 | D6 | 62 | E | 0 | 10 | BD | 5F | 2B |
| Octal | 5 | 270 | 326 | 142 | 16 | 0 | 20 | 275 | 137 | 53 |
| Binary | 101 | 10111000 | 11010110 | 1100010 | 1110 | 0 | 10000 | 10111101 | 1011111 | 101011 |
Color Harmonies of #05B8D6
Complementary color
Monochromatic Colors of #05B8D6
Black with #05B8D6
Text Example
Text Example
White with #05B8D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05B8D6; }
p { color: rgb(5,184,214); }
H1.HeaderClassName
{
color: #05B8D6;
}
.AnyTagClassName
{
color: #05B8D6;
}
</style>
background-color css
<style>
a { background-color: #05B8D6; }
a { background-color: rgb(5,184,214); }
div.DivClassName
{
background-color: #05B8D6;
}
.BgClassName
{
background-color: #05B8D6;
}
</style>
border-color css
<style>
span { border-color: #05B8D6; }
span { border-color: rgb(5,184,214); }
td.TdClassName
{
border-color: #05B8D6;
}
.TagClassName
{
border-color: #05B8D6;
}
</style>