Shades of Deep Sky Blue #05BDEF
Tints of Deep Sky Blue #05BDEF
RGB
CMYK
RGB Variations
Color information
#05BDEF (or 0x05BDEF) is known color: Deep Sky Blue. HEX triplet: 05, BD and EF. RGB value is (5,189,239). Sum of RGB (Red+Green+Blue) = 5+189+239=433 (57% of max value = 765). Red value is 5 (2.34% from 255 or 1.15% from 433); Green value is 189 (74.22% from 255 or 43.65% from 433); Blue value is 239 (93.75% from 255 or 55.20% from 433); Max value from RGB is 239 - color contains mainly: blue. Hex color #05BDEF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #05BDEF is #FA4210. Grayscale: #8B8B8B. Windows color (decimal): -16400913 or 15711493. OLE color: 15711493.
HSL color Cylindrical-coordinate representation of color #05BDEF: hue angle of 192.82º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05BDEF is Cyan = 0.98, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 5 | 189 | 239 | - |
| CMYK | 0.98 | 0.21 | 0 | 0.06 |
| HSL | 192.82º | 0.96% | 0.48% | - |
| HSV(B) | 192.82º | 0.98% | 0.94% | - |
| XYZ | 33.84 | 42.66 | 88.11 | - |
| YUV | 139.68 | 184.04 | 31.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 189 | 239 | 0.98 | 0.21 | 0 | 0.06 | 192.82 | 0.96 | 0.48 |
| Hex | 5 | BD | EF | 62 | 15 | 0 | 6 | C1 | 60 | 30 |
| Octal | 5 | 275 | 357 | 142 | 25 | 0 | 6 | 301 | 140 | 60 |
| Binary | 101 | 10111101 | 11101111 | 1100010 | 10101 | 0 | 110 | 11000001 | 1100000 | 110000 |
Color Harmonies of #05BDEF
Complementary color
Monochromatic Colors of #05BDEF
Black with #05BDEF
Text Example
Text Example
White with #05BDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05BDEF; }
p { color: rgb(5,189,239); }
H1.HeaderClassName
{
color: #05BDEF;
}
.AnyTagClassName
{
color: #05BDEF;
}
</style>
background-color css
<style>
a { background-color: #05BDEF; }
a { background-color: rgb(5,189,239); }
div.DivClassName
{
background-color: #05BDEF;
}
.BgClassName
{
background-color: #05BDEF;
}
</style>
border-color css
<style>
span { border-color: #05BDEF; }
span { border-color: rgb(5,189,239); }
td.TdClassName
{
border-color: #05BDEF;
}
.TagClassName
{
border-color: #05BDEF;
}
</style>