Shades of Deep Sky Blue #05C6F3
Tints of Deep Sky Blue #05C6F3
RGB
CMYK
RGB Variations
Color information
#05C6F3 (or 0x05C6F3) is known color: Deep Sky Blue. HEX triplet: 05, C6 and F3. RGB value is (5,198,243). Sum of RGB (Red+Green+Blue) = 5+198+243=446 (59% of max value = 765). Red value is 5 (2.34% from 255 or 1.12% from 446); Green value is 198 (77.73% from 255 or 44.39% from 446); Blue value is 243 (95.31% from 255 or 54.48% from 446); Max value from RGB is 243 - color contains mainly: blue. Hex color #05C6F3 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #05C6F3 is #FA390C. Grayscale: #919191. Windows color (decimal): -16398605 or 15975941. OLE color: 15975941.
HSL color Cylindrical-coordinate representation of color #05C6F3: hue angle of 191.34º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05C6F3 is Cyan = 0.98, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 5 | 198 | 243 | - |
| CMYK | 0.98 | 0.19 | 0 | 0.05 |
| HSL | 191.34º | 0.96% | 0.49% | - |
| HSV(B) | 191.34º | 0.98% | 0.95% | - |
| XYZ | 36.43 | 46.89 | 91.92 | - |
| YUV | 145.42 | 183.06 | 27.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 198 | 243 | 0.98 | 0.19 | 0 | 0.05 | 191.34 | 0.96 | 0.49 |
| Hex | 5 | C6 | F3 | 62 | 13 | 0 | 5 | BF | 60 | 31 |
| Octal | 5 | 306 | 363 | 142 | 23 | 0 | 5 | 277 | 140 | 61 |
| Binary | 101 | 11000110 | 11110011 | 1100010 | 10011 | 0 | 101 | 10111111 | 1100000 | 110001 |
Color Harmonies of #05C6F3
Complementary color
Monochromatic Colors of #05C6F3
Black with #05C6F3
Text Example
Text Example
White with #05C6F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05C6F3; }
p { color: rgb(5,198,243); }
H1.HeaderClassName
{
color: #05C6F3;
}
.AnyTagClassName
{
color: #05C6F3;
}
</style>
background-color css
<style>
a { background-color: #05C6F3; }
a { background-color: rgb(5,198,243); }
div.DivClassName
{
background-color: #05C6F3;
}
.BgClassName
{
background-color: #05C6F3;
}
</style>
border-color css
<style>
span { border-color: #05C6F3; }
span { border-color: rgb(5,198,243); }
td.TdClassName
{
border-color: #05C6F3;
}
.TagClassName
{
border-color: #05C6F3;
}
</style>