Shades of Iris Blue #05B7D1
Tints of Iris Blue #05B7D1
RGB
CMYK
RGB Variations
Color information
#05B7D1 (or 0x05B7D1) is known color: Iris Blue. HEX triplet: 05, B7 and D1. RGB value is (5,183,209). Sum of RGB (Red+Green+Blue) = 5+183+209=397 (52% of max value = 765). Red value is 5 (2.34% from 255 or 1.26% from 397); Green value is 183 (71.88% from 255 or 46.10% from 397); Blue value is 209 (82.03% from 255 or 52.64% from 397); Max value from RGB is 209 - color contains mainly: blue. Hex color #05B7D1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05B7D1 is #FA482E. Grayscale: #848484. Windows color (decimal): -16402479 or 13743877. OLE color: 13743877.
HSL color Cylindrical-coordinate representation of color #05B7D1: hue angle of 187.65º 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 #05B7D1 is Cyan = 0.98, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 5 | 183 | 209 | - |
| CMYK | 0.98 | 0.12 | 0 | 0.18 |
| HSL | 187.65º | 0.95% | 0.42% | - |
| HSV(B) | 187.65º | 0.98% | 0.82% | - |
| XYZ | 28.5 | 38.5 | 66.25 | - |
| YUV | 132.74 | 171.03 | 36.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 183 | 209 | 0.98 | 0.12 | 0 | 0.18 | 187.65 | 0.95 | 0.42 |
| Hex | 5 | B7 | D1 | 62 | C | 0 | 12 | BC | 5F | 2A |
| Octal | 5 | 267 | 321 | 142 | 14 | 0 | 22 | 274 | 137 | 52 |
| Binary | 101 | 10110111 | 11010001 | 1100010 | 1100 | 0 | 10010 | 10111100 | 1011111 | 101010 |
Color Harmonies of #05B7D1
Complementary color
Monochromatic Colors of #05B7D1
Black with #05B7D1
Text Example
Text Example
White with #05B7D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05B7D1; }
p { color: rgb(5,183,209); }
H1.HeaderClassName
{
color: #05B7D1;
}
.AnyTagClassName
{
color: #05B7D1;
}
</style>
background-color css
<style>
a { background-color: #05B7D1; }
a { background-color: rgb(5,183,209); }
div.DivClassName
{
background-color: #05B7D1;
}
.BgClassName
{
background-color: #05B7D1;
}
</style>
border-color css
<style>
span { border-color: #05B7D1; }
span { border-color: rgb(5,183,209); }
td.TdClassName
{
border-color: #05B7D1;
}
.TagClassName
{
border-color: #05B7D1;
}
</style>