Shades of Deep Sky Blue #06C5FC
Tints of Deep Sky Blue #06C5FC
RGB
CMYK
RGB Variations
Color information
#06C5FC (or 0x06C5FC) is known color: Deep Sky Blue. HEX triplet: 06, C5 and FC. RGB value is (6,197,252). Sum of RGB (Red+Green+Blue) = 6+197+252=455 (60% of max value = 765). Red value is 6 (2.73% from 255 or 1.32% from 455); Green value is 197 (77.34% from 255 or 43.30% from 455); Blue value is 252 (98.83% from 255 or 55.38% from 455); Max value from RGB is 252 - color contains mainly: blue. Hex color #06C5FC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06C5FC is #F93A03. Grayscale: #919191. Windows color (decimal): -16333316 or 16565510. OLE color: 16565510.
HSL color Cylindrical-coordinate representation of color #06C5FC: hue angle of 193.41º 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 #06C5FC is Cyan = 0.98, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 6 | 197 | 252 | - |
| CMYK | 0.98 | 0.22 | 0 | 0.01 |
| HSL | 193.41º | 0.98% | 0.51% | - |
| HSV(B) | 193.41º | 0.98% | 0.99% | - |
| XYZ | 37.61 | 47 | 99.18 | - |
| YUV | 146.16 | 187.72 | 28.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 197 | 252 | 0.98 | 0.22 | 0 | 0.01 | 193.41 | 0.98 | 0.51 |
| Hex | 6 | C5 | FC | 62 | 16 | 0 | 1 | C1 | 62 | 33 |
| Octal | 6 | 305 | 374 | 142 | 26 | 0 | 1 | 301 | 142 | 63 |
| Binary | 110 | 11000101 | 11111100 | 1100010 | 10110 | 0 | 1 | 11000001 | 1100010 | 110011 |
Color Harmonies of #06C5FC
Complementary color
Monochromatic Colors of #06C5FC
Black with #06C5FC
Text Example
Text Example
White with #06C5FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06C5FC; }
p { color: rgb(6,197,252); }
H1.HeaderClassName
{
color: #06C5FC;
}
.AnyTagClassName
{
color: #06C5FC;
}
</style>
background-color css
<style>
a { background-color: #06C5FC; }
a { background-color: rgb(6,197,252); }
div.DivClassName
{
background-color: #06C5FC;
}
.BgClassName
{
background-color: #06C5FC;
}
</style>
border-color css
<style>
span { border-color: #06C5FC; }
span { border-color: rgb(6,197,252); }
td.TdClassName
{
border-color: #06C5FC;
}
.TagClassName
{
border-color: #06C5FC;
}
</style>