Shades of Deep Sky Blue #05C1FF
Tints of Deep Sky Blue #05C1FF
RGB
CMYK
RGB Variations
Color information
#05C1FF (or 0x05C1FF) is known color: Deep Sky Blue. HEX triplet: 05, C1 and FF. RGB value is (5,193,255). Sum of RGB (Red+Green+Blue) = 5+193+255=453 (60% of max value = 765). Red value is 5 (2.34% from 255 or 1.10% from 453); Green value is 193 (75.78% from 255 or 42.60% from 453); Blue value is 255 (100% from 255 or 56.29% from 453); Max value from RGB is 255 - color contains mainly: blue. Hex color #05C1FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #05C1FF is #FA3E00. Grayscale: #8F8F8F. Windows color (decimal): -16399873 or 16761093. OLE color: 16761093.
HSL color Cylindrical-coordinate representation of color #05C1FF: hue angle of 194.88º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05C1FF is Cyan = 0.98, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 5 | 193 | 255 | - |
| CMYK | 0.98 | 0.24 | 0 | 0 |
| HSL | 194.88º | 1% | 0.51% | - |
| HSV(B) | 194.88º | 0.98% | 1% | - |
| XYZ | 37.18 | 45.39 | 101.41 | - |
| YUV | 143.86 | 190.72 | 28.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 193 | 255 | 0.98 | 0.24 | 0 | 0 | 194.88 | 1 | 0.51 |
| Hex | 5 | C1 | FF | 62 | 18 | 0 | 0 | C3 | 64 | 33 |
| Octal | 5 | 301 | 377 | 142 | 30 | 0 | 0 | 303 | 144 | 63 |
| Binary | 101 | 11000001 | 11111111 | 1100010 | 11000 | 0 | 0 | 11000011 | 1100100 | 110011 |
Color Harmonies of #05C1FF
Complementary color
Monochromatic Colors of #05C1FF
Black with #05C1FF
Text Example
Text Example
White with #05C1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05C1FF; }
p { color: rgb(5,193,255); }
H1.HeaderClassName
{
color: #05C1FF;
}
.AnyTagClassName
{
color: #05C1FF;
}
</style>
background-color css
<style>
a { background-color: #05C1FF; }
a { background-color: rgb(5,193,255); }
div.DivClassName
{
background-color: #05C1FF;
}
.BgClassName
{
background-color: #05C1FF;
}
</style>
border-color css
<style>
span { border-color: #05C1FF; }
span { border-color: rgb(5,193,255); }
td.TdClassName
{
border-color: #05C1FF;
}
.TagClassName
{
border-color: #05C1FF;
}
</style>