Shades of Iris Blue #05BDC6
Tints of Iris Blue #05BDC6
RGB
CMYK
RGB Variations
Color information
#05BDC6 (or 0x05BDC6) is known color: Iris Blue. HEX triplet: 05, BD and C6. RGB value is (5,189,198). Sum of RGB (Red+Green+Blue) = 5+189+198=392 (51% of max value = 765). Red value is 5 (2.34% from 255 or 1.28% from 392); Green value is 189 (74.22% from 255 or 48.21% from 392); Blue value is 198 (77.73% from 255 or 50.51% from 392); Max value from RGB is 198 - color contains mainly: blue. Hex color #05BDC6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05BDC6 is #FA4239. Grayscale: #868686. Windows color (decimal): -16400954 or 13024517. OLE color: 13024517.
HSL color Cylindrical-coordinate representation of color #05BDC6: hue angle of 182.8º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05BDC6 is Cyan = 0.97, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 5 | 189 | 198 | - |
| CMYK | 0.97 | 0.05 | 0 | 0.22 |
| HSL | 182.8º | 0.95% | 0.4% | - |
| HSV(B) | 182.8º | 0.97% | 0.78% | - |
| XYZ | 28.45 | 40.5 | 59.74 | - |
| YUV | 135.01 | 163.54 | 35.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 189 | 198 | 0.97 | 0.05 | 0 | 0.22 | 182.8 | 0.95 | 0.4 |
| Hex | 5 | BD | C6 | 61 | 5 | 0 | 16 | B7 | 5F | 28 |
| Octal | 5 | 275 | 306 | 141 | 5 | 0 | 26 | 267 | 137 | 50 |
| Binary | 101 | 10111101 | 11000110 | 1100001 | 101 | 0 | 10110 | 10110111 | 1011111 | 101000 |
Color Harmonies of #05BDC6
Complementary color
Monochromatic Colors of #05BDC6
Black with #05BDC6
Text Example
Text Example
White with #05BDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05BDC6; }
p { color: rgb(5,189,198); }
H1.HeaderClassName
{
color: #05BDC6;
}
.AnyTagClassName
{
color: #05BDC6;
}
</style>
background-color css
<style>
a { background-color: #05BDC6; }
a { background-color: rgb(5,189,198); }
div.DivClassName
{
background-color: #05BDC6;
}
.BgClassName
{
background-color: #05BDC6;
}
</style>
border-color css
<style>
span { border-color: #05BDC6; }
span { border-color: rgb(5,189,198); }
td.TdClassName
{
border-color: #05BDC6;
}
.TagClassName
{
border-color: #05BDC6;
}
</style>