Shades of Iris Blue #05BDC9
Tints of Iris Blue #05BDC9
RGB
CMYK
RGB Variations
Color information
#05BDC9 (or 0x05BDC9) is known color: Iris Blue. HEX triplet: 05, BD and C9. RGB value is (5,189,201). Sum of RGB (Red+Green+Blue) = 5+189+201=395 (52% of max value = 765). Red value is 5 (2.34% from 255 or 1.27% from 395); Green value is 189 (74.22% from 255 or 47.85% from 395); Blue value is 201 (78.91% from 255 or 50.89% from 395); Max value from RGB is 201 - color contains mainly: blue. Hex color #05BDC9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05BDC9 is #FA4236. Grayscale: #878787. Windows color (decimal): -16400951 or 13221125. OLE color: 13221125.
HSL color Cylindrical-coordinate representation of color #05BDC9: hue angle of 183.67º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05BDC9 is Cyan = 0.98, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 5 | 189 | 201 | - |
| CMYK | 0.98 | 0.06 | 0 | 0.21 |
| HSL | 183.67º | 0.95% | 0.4% | - |
| HSV(B) | 183.67º | 0.98% | 0.79% | - |
| XYZ | 28.8 | 40.64 | 61.59 | - |
| YUV | 135.35 | 165.04 | 35.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 189 | 201 | 0.98 | 0.06 | 0 | 0.21 | 183.67 | 0.95 | 0.4 |
| Hex | 5 | BD | C9 | 62 | 6 | 0 | 15 | B8 | 5F | 28 |
| Octal | 5 | 275 | 311 | 142 | 6 | 0 | 25 | 270 | 137 | 50 |
| Binary | 101 | 10111101 | 11001001 | 1100010 | 110 | 0 | 10101 | 10111000 | 1011111 | 101000 |
Color Harmonies of #05BDC9
Complementary color
Monochromatic Colors of #05BDC9
Black with #05BDC9
Text Example
Text Example
White with #05BDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05BDC9; }
p { color: rgb(5,189,201); }
H1.HeaderClassName
{
color: #05BDC9;
}
.AnyTagClassName
{
color: #05BDC9;
}
</style>
background-color css
<style>
a { background-color: #05BDC9; }
a { background-color: rgb(5,189,201); }
div.DivClassName
{
background-color: #05BDC9;
}
.BgClassName
{
background-color: #05BDC9;
}
</style>
border-color css
<style>
span { border-color: #05BDC9; }
span { border-color: rgb(5,189,201); }
td.TdClassName
{
border-color: #05BDC9;
}
.TagClassName
{
border-color: #05BDC9;
}
</style>