Shades of Iris Blue #05BCCD
Tints of Iris Blue #05BCCD
RGB
CMYK
RGB Variations
Color information
#05BCCD (or 0x05BCCD) is known color: Iris Blue. HEX triplet: 05, BC and CD. RGB value is (5,188,205). Sum of RGB (Red+Green+Blue) = 5+188+205=398 (52% of max value = 765). Red value is 5 (2.34% from 255 or 1.26% from 398); Green value is 188 (73.83% from 255 or 47.24% from 398); Blue value is 205 (80.47% from 255 or 51.51% from 398); Max value from RGB is 205 - color contains mainly: blue. Hex color #05BCCD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05BCCD is #FA4332. Grayscale: #868686. Windows color (decimal): -16401203 or 13483013. OLE color: 13483013.
HSL color Cylindrical-coordinate representation of color #05BCCD: hue angle of 185.1º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05BCCD is Cyan = 0.98, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 5 | 188 | 205 | - |
| CMYK | 0.98 | 0.08 | 0 | 0.20 |
| HSL | 185.1º | 0.95% | 0.41% | - |
| HSV(B) | 185.1º | 0.98% | 0.8% | - |
| XYZ | 29.07 | 40.41 | 64.02 | - |
| YUV | 135.22 | 167.37 | 35.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 188 | 205 | 0.98 | 0.08 | 0 | 0.20 | 185.1 | 0.95 | 0.41 |
| Hex | 5 | BC | CD | 62 | 8 | 0 | 14 | B9 | 5F | 29 |
| Octal | 5 | 274 | 315 | 142 | 10 | 0 | 24 | 271 | 137 | 51 |
| Binary | 101 | 10111100 | 11001101 | 1100010 | 1000 | 0 | 10100 | 10111001 | 1011111 | 101001 |
Color Harmonies of #05BCCD
Complementary color
Monochromatic Colors of #05BCCD
Black with #05BCCD
Text Example
Text Example
White with #05BCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05BCCD; }
p { color: rgb(5,188,205); }
H1.HeaderClassName
{
color: #05BCCD;
}
.AnyTagClassName
{
color: #05BCCD;
}
</style>
background-color css
<style>
a { background-color: #05BCCD; }
a { background-color: rgb(5,188,205); }
div.DivClassName
{
background-color: #05BCCD;
}
.BgClassName
{
background-color: #05BCCD;
}
</style>
border-color css
<style>
span { border-color: #05BCCD; }
span { border-color: rgb(5,188,205); }
td.TdClassName
{
border-color: #05BCCD;
}
.TagClassName
{
border-color: #05BCCD;
}
</style>