Shades of Deep Sky Blue #05CBFD
Tints of Deep Sky Blue #05CBFD
RGB
CMYK
RGB Variations
Color information
#05CBFD (or 0x05CBFD) is known color: Deep Sky Blue. HEX triplet: 05, CB and FD. RGB value is (5,203,253). Sum of RGB (Red+Green+Blue) = 5+203+253=461 (61% of max value = 765). Red value is 5 (2.34% from 255 or 1.08% from 461); Green value is 203 (79.69% from 255 or 44.03% from 461); Blue value is 253 (99.22% from 255 or 54.88% from 461); Max value from RGB is 253 - color contains mainly: blue. Hex color #05CBFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #05CBFD is #FA3402. Grayscale: #959595. Windows color (decimal): -16397315 or 16632581. OLE color: 16632581.
HSL color Cylindrical-coordinate representation of color #05CBFD: hue angle of 192.1º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05CBFD is Cyan = 0.98, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 5 | 203 | 253 | - |
| CMYK | 0.98 | 0.20 | 0 | 0.01 |
| HSL | 192.1º | 0.98% | 0.51% | - |
| HSV(B) | 192.1º | 0.98% | 0.99% | - |
| XYZ | 39.15 | 49.84 | 100.48 | - |
| YUV | 149.5 | 186.4 | 24.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 203 | 253 | 0.98 | 0.20 | 0 | 0.01 | 192.1 | 0.98 | 0.51 |
| Hex | 5 | CB | FD | 62 | 14 | 0 | 1 | C0 | 62 | 33 |
| Octal | 5 | 313 | 375 | 142 | 24 | 0 | 1 | 300 | 142 | 63 |
| Binary | 101 | 11001011 | 11111101 | 1100010 | 10100 | 0 | 1 | 11000000 | 1100010 | 110011 |
Color Harmonies of #05CBFD
Complementary color
Monochromatic Colors of #05CBFD
Black with #05CBFD
Text Example
Text Example
White with #05CBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05CBFD; }
p { color: rgb(5,203,253); }
H1.HeaderClassName
{
color: #05CBFD;
}
.AnyTagClassName
{
color: #05CBFD;
}
</style>
background-color css
<style>
a { background-color: #05CBFD; }
a { background-color: rgb(5,203,253); }
div.DivClassName
{
background-color: #05CBFD;
}
.BgClassName
{
background-color: #05CBFD;
}
</style>
border-color css
<style>
span { border-color: #05CBFD; }
span { border-color: rgb(5,203,253); }
td.TdClassName
{
border-color: #05CBFD;
}
.TagClassName
{
border-color: #05CBFD;
}
</style>