Shades of Deep Sky Blue #05C2FD
Tints of Deep Sky Blue #05C2FD
RGB
CMYK
RGB Variations
Color information
#05C2FD (or 0x05C2FD) is known color: Deep Sky Blue. HEX triplet: 05, C2 and FD. RGB value is (5,194,253). Sum of RGB (Red+Green+Blue) = 5+194+253=452 (59% of max value = 765). Red value is 5 (2.34% from 255 or 1.11% from 452); Green value is 194 (76.17% from 255 or 42.92% from 452); Blue value is 253 (99.22% from 255 or 55.97% from 452); Max value from RGB is 253 - color contains mainly: blue. Hex color #05C2FD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #05C2FD is #FA3D02. Grayscale: #8F8F8F. Windows color (decimal): -16399619 or 16630277. OLE color: 16630277.
HSL color Cylindrical-coordinate representation of color #05C2FD: hue angle of 194.27º 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 #05C2FD is Cyan = 0.98, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 5 | 194 | 253 | - |
| CMYK | 0.98 | 0.23 | 0 | 0.01 |
| HSL | 194.27º | 0.98% | 0.51% | - |
| HSV(B) | 194.27º | 0.98% | 0.99% | - |
| XYZ | 37.08 | 45.71 | 99.8 | - |
| YUV | 144.22 | 189.38 | 28.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 194 | 253 | 0.98 | 0.23 | 0 | 0.01 | 194.27 | 0.98 | 0.51 |
| Hex | 5 | C2 | FD | 62 | 17 | 0 | 1 | C2 | 62 | 33 |
| Octal | 5 | 302 | 375 | 142 | 27 | 0 | 1 | 302 | 142 | 63 |
| Binary | 101 | 11000010 | 11111101 | 1100010 | 10111 | 0 | 1 | 11000010 | 1100010 | 110011 |
Color Harmonies of #05C2FD
Complementary color
Monochromatic Colors of #05C2FD
Black with #05C2FD
Text Example
Text Example
White with #05C2FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05C2FD; }
p { color: rgb(5,194,253); }
H1.HeaderClassName
{
color: #05C2FD;
}
.AnyTagClassName
{
color: #05C2FD;
}
</style>
background-color css
<style>
a { background-color: #05C2FD; }
a { background-color: rgb(5,194,253); }
div.DivClassName
{
background-color: #05C2FD;
}
.BgClassName
{
background-color: #05C2FD;
}
</style>
border-color css
<style>
span { border-color: #05C2FD; }
span { border-color: rgb(5,194,253); }
td.TdClassName
{
border-color: #05C2FD;
}
.TagClassName
{
border-color: #05C2FD;
}
</style>