Shades of Iris Blue #05BCD0
Tints of Iris Blue #05BCD0
RGB
CMYK
RGB Variations
Color information
#05BCD0 (or 0x05BCD0) is known color: Iris Blue. HEX triplet: 05, BC and D0. RGB value is (5,188,208). Sum of RGB (Red+Green+Blue) = 5+188+208=401 (53% of max value = 765). Red value is 5 (2.34% from 255 or 1.25% from 401); Green value is 188 (73.83% from 255 or 46.88% from 401); Blue value is 208 (81.64% from 255 or 51.87% from 401); Max value from RGB is 208 - color contains mainly: blue. Hex color #05BCD0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05BCD0 is #FA432F. Grayscale: #878787. Windows color (decimal): -16401200 or 13679621. OLE color: 13679621.
HSL color Cylindrical-coordinate representation of color #05BCD0: hue angle of 185.91º 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 #05BCD0 is Cyan = 0.98, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 5 | 188 | 208 | - |
| CMYK | 0.98 | 0.10 | 0 | 0.18 |
| HSL | 185.91º | 0.95% | 0.42% | - |
| HSV(B) | 185.91º | 0.98% | 0.82% | - |
| XYZ | 29.43 | 40.55 | 65.95 | - |
| YUV | 135.56 | 168.87 | 34.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 188 | 208 | 0.98 | 0.10 | 0 | 0.18 | 185.91 | 0.95 | 0.42 |
| Hex | 5 | BC | D0 | 62 | A | 0 | 12 | BA | 5F | 2A |
| Octal | 5 | 274 | 320 | 142 | 12 | 0 | 22 | 272 | 137 | 52 |
| Binary | 101 | 10111100 | 11010000 | 1100010 | 1010 | 0 | 10010 | 10111010 | 1011111 | 101010 |
Color Harmonies of #05BCD0
Complementary color
Monochromatic Colors of #05BCD0
Black with #05BCD0
Text Example
Text Example
White with #05BCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05BCD0; }
p { color: rgb(5,188,208); }
H1.HeaderClassName
{
color: #05BCD0;
}
.AnyTagClassName
{
color: #05BCD0;
}
</style>
background-color css
<style>
a { background-color: #05BCD0; }
a { background-color: rgb(5,188,208); }
div.DivClassName
{
background-color: #05BCD0;
}
.BgClassName
{
background-color: #05BCD0;
}
</style>
border-color css
<style>
span { border-color: #05BCD0; }
span { border-color: rgb(5,188,208); }
td.TdClassName
{
border-color: #05BCD0;
}
.TagClassName
{
border-color: #05BCD0;
}
</style>