Shades of Iris Blue #05B8D5
Tints of Iris Blue #05B8D5
RGB
CMYK
RGB Variations
Color information
#05B8D5 (or 0x05B8D5) is known color: Iris Blue. HEX triplet: 05, B8 and D5. RGB value is (5,184,213). Sum of RGB (Red+Green+Blue) = 5+184+213=402 (53% of max value = 765). Red value is 5 (2.34% from 255 or 1.24% from 402); Green value is 184 (72.27% from 255 or 45.77% from 402); Blue value is 213 (83.59% from 255 or 52.99% from 402); Max value from RGB is 213 - color contains mainly: blue. Hex color #05B8D5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05B8D5 is #FA472A. Grayscale: #858585. Windows color (decimal): -16402219 or 14006277. OLE color: 14006277.
HSL color Cylindrical-coordinate representation of color #05B8D5: hue angle of 188.37º 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 #05B8D5 is Cyan = 0.98, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 5 | 184 | 213 | - |
| CMYK | 0.98 | 0.14 | 0 | 0.16 |
| HSL | 188.37º | 0.95% | 0.43% | - |
| HSV(B) | 188.37º | 0.98% | 0.84% | - |
| XYZ | 29.21 | 39.12 | 68.96 | - |
| YUV | 133.79 | 172.7 | 36.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 184 | 213 | 0.98 | 0.14 | 0 | 0.16 | 188.37 | 0.95 | 0.43 |
| Hex | 5 | B8 | D5 | 62 | E | 0 | 10 | BC | 5F | 2B |
| Octal | 5 | 270 | 325 | 142 | 16 | 0 | 20 | 274 | 137 | 53 |
| Binary | 101 | 10111000 | 11010101 | 1100010 | 1110 | 0 | 10000 | 10111100 | 1011111 | 101011 |
Color Harmonies of #05B8D5
Complementary color
Monochromatic Colors of #05B8D5
Black with #05B8D5
Text Example
Text Example
White with #05B8D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05B8D5; }
p { color: rgb(5,184,213); }
H1.HeaderClassName
{
color: #05B8D5;
}
.AnyTagClassName
{
color: #05B8D5;
}
</style>
background-color css
<style>
a { background-color: #05B8D5; }
a { background-color: rgb(5,184,213); }
div.DivClassName
{
background-color: #05B8D5;
}
.BgClassName
{
background-color: #05B8D5;
}
</style>
border-color css
<style>
span { border-color: #05B8D5; }
span { border-color: rgb(5,184,213); }
td.TdClassName
{
border-color: #05B8D5;
}
.TagClassName
{
border-color: #05B8D5;
}
</style>