Shades of Deep Sky Blue #05C6F1
Tints of Deep Sky Blue #05C6F1
RGB
CMYK
RGB Variations
Color information
#05C6F1 (or 0x05C6F1) is known color: Deep Sky Blue. HEX triplet: 05, C6 and F1. RGB value is (5,198,241). Sum of RGB (Red+Green+Blue) = 5+198+241=444 (58% of max value = 765). Red value is 5 (2.34% from 255 or 1.13% from 444); Green value is 198 (77.73% from 255 or 44.59% from 444); Blue value is 241 (94.53% from 255 or 54.28% from 444); Max value from RGB is 241 - color contains mainly: blue. Hex color #05C6F1 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #05C6F1 is #FA390E. Grayscale: #909090. Windows color (decimal): -16398607 or 15844869. OLE color: 15844869.
HSL color Cylindrical-coordinate representation of color #05C6F1: hue angle of 190.93º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05C6F1 is Cyan = 0.98, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 5 | 198 | 241 | - |
| CMYK | 0.98 | 0.18 | 0 | 0.05 |
| HSL | 190.93º | 0.96% | 0.48% | - |
| HSV(B) | 190.93º | 0.98% | 0.95% | - |
| XYZ | 36.13 | 46.77 | 90.34 | - |
| YUV | 145.2 | 182.06 | 28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 198 | 241 | 0.98 | 0.18 | 0 | 0.05 | 190.93 | 0.96 | 0.48 |
| Hex | 5 | C6 | F1 | 62 | 12 | 0 | 5 | BF | 60 | 30 |
| Octal | 5 | 306 | 361 | 142 | 22 | 0 | 5 | 277 | 140 | 60 |
| Binary | 101 | 11000110 | 11110001 | 1100010 | 10010 | 0 | 101 | 10111111 | 1100000 | 110000 |
Color Harmonies of #05C6F1
Complementary color
Monochromatic Colors of #05C6F1
Black with #05C6F1
Text Example
Text Example
White with #05C6F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05C6F1; }
p { color: rgb(5,198,241); }
H1.HeaderClassName
{
color: #05C6F1;
}
.AnyTagClassName
{
color: #05C6F1;
}
</style>
background-color css
<style>
a { background-color: #05C6F1; }
a { background-color: rgb(5,198,241); }
div.DivClassName
{
background-color: #05C6F1;
}
.BgClassName
{
background-color: #05C6F1;
}
</style>
border-color css
<style>
span { border-color: #05C6F1; }
span { border-color: rgb(5,198,241); }
td.TdClassName
{
border-color: #05C6F1;
}
.TagClassName
{
border-color: #05C6F1;
}
</style>