Shades of Iris Blue #05BCDE
Tints of Iris Blue #05BCDE
RGB
CMYK
RGB Variations
Color information
#05BCDE (or 0x05BCDE) is known color: Iris Blue. HEX triplet: 05, BC and DE. RGB value is (5,188,222). Sum of RGB (Red+Green+Blue) = 5+188+222=415 (54% of max value = 765). Red value is 5 (2.34% from 255 or 1.20% from 415); Green value is 188 (73.83% from 255 or 45.30% from 415); Blue value is 222 (87.11% from 255 or 53.49% from 415); Max value from RGB is 222 - color contains mainly: blue. Hex color #05BCDE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05BCDE is #FA4321. Grayscale: #888888. Windows color (decimal): -16401186 or 14597125. OLE color: 14597125.
HSL color Cylindrical-coordinate representation of color #05BCDE: hue angle of 189.4º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05BCDE is Cyan = 0.98, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 5 | 188 | 222 | - |
| CMYK | 0.98 | 0.15 | 0 | 0.13 |
| HSL | 189.4º | 0.96% | 0.45% | - |
| HSV(B) | 189.4º | 0.98% | 0.87% | - |
| XYZ | 31.23 | 41.27 | 75.43 | - |
| YUV | 137.16 | 175.87 | 33.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 188 | 222 | 0.98 | 0.15 | 0 | 0.13 | 189.4 | 0.96 | 0.45 |
| Hex | 5 | BC | DE | 62 | F | 0 | D | BD | 60 | 2D |
| Octal | 5 | 274 | 336 | 142 | 17 | 0 | 15 | 275 | 140 | 55 |
| Binary | 101 | 10111100 | 11011110 | 1100010 | 1111 | 0 | 1101 | 10111101 | 1100000 | 101101 |
Color Harmonies of #05BCDE
Complementary color
Monochromatic Colors of #05BCDE
Black with #05BCDE
Text Example
Text Example
White with #05BCDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05BCDE; }
p { color: rgb(5,188,222); }
H1.HeaderClassName
{
color: #05BCDE;
}
.AnyTagClassName
{
color: #05BCDE;
}
</style>
background-color css
<style>
a { background-color: #05BCDE; }
a { background-color: rgb(5,188,222); }
div.DivClassName
{
background-color: #05BCDE;
}
.BgClassName
{
background-color: #05BCDE;
}
</style>
border-color css
<style>
span { border-color: #05BCDE; }
span { border-color: rgb(5,188,222); }
td.TdClassName
{
border-color: #05BCDE;
}
.TagClassName
{
border-color: #05BCDE;
}
</style>