Shades of Iris Blue #05BCDF
Tints of Iris Blue #05BCDF
RGB
CMYK
RGB Variations
Color information
#05BCDF (or 0x05BCDF) is known color: Iris Blue. HEX triplet: 05, BC and DF. RGB value is (5,188,223). Sum of RGB (Red+Green+Blue) = 5+188+223=416 (55% of max value = 765). Red value is 5 (2.34% from 255 or 1.20% from 416); Green value is 188 (73.83% from 255 or 45.19% from 416); Blue value is 223 (87.5% from 255 or 53.61% from 416); Max value from RGB is 223 - color contains mainly: blue. Hex color #05BCDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05BCDF is #FA4320. Grayscale: #888888. Windows color (decimal): -16401185 or 14662661. OLE color: 14662661.
HSL color Cylindrical-coordinate representation of color #05BCDF: hue angle of 189.63º 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 #05BCDF is Cyan = 0.98, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 5 | 188 | 223 | - |
| CMYK | 0.98 | 0.16 | 0 | 0.13 |
| HSL | 189.63º | 0.96% | 0.45% | - |
| HSV(B) | 189.63º | 0.98% | 0.87% | - |
| XYZ | 31.37 | 41.33 | 76.14 | - |
| YUV | 137.27 | 176.37 | 33.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 188 | 223 | 0.98 | 0.16 | 0 | 0.13 | 189.63 | 0.96 | 0.45 |
| Hex | 5 | BC | DF | 62 | 10 | 0 | D | BE | 60 | 2D |
| Octal | 5 | 274 | 337 | 142 | 20 | 0 | 15 | 276 | 140 | 55 |
| Binary | 101 | 10111100 | 11011111 | 1100010 | 10000 | 0 | 1101 | 10111110 | 1100000 | 101101 |
Color Harmonies of #05BCDF
Complementary color
Monochromatic Colors of #05BCDF
Black with #05BCDF
Text Example
Text Example
White with #05BCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05BCDF; }
p { color: rgb(5,188,223); }
H1.HeaderClassName
{
color: #05BCDF;
}
.AnyTagClassName
{
color: #05BCDF;
}
</style>
background-color css
<style>
a { background-color: #05BCDF; }
a { background-color: rgb(5,188,223); }
div.DivClassName
{
background-color: #05BCDF;
}
.BgClassName
{
background-color: #05BCDF;
}
</style>
border-color css
<style>
span { border-color: #05BCDF; }
span { border-color: rgb(5,188,223); }
td.TdClassName
{
border-color: #05BCDF;
}
.TagClassName
{
border-color: #05BCDF;
}
</style>