Shades of Deep Sky Blue #06C0FE
Tints of Deep Sky Blue #06C0FE
RGB
CMYK
RGB Variations
Color information
#06C0FE (or 0x06C0FE) is known color: Deep Sky Blue. HEX triplet: 06, C0 and FE. RGB value is (6,192,254). Sum of RGB (Red+Green+Blue) = 6+192+254=452 (59% of max value = 765). Red value is 6 (2.73% from 255 or 1.33% from 452); Green value is 192 (75.39% from 255 or 42.48% from 452); Blue value is 254 (99.61% from 255 or 56.19% from 452); Max value from RGB is 254 - color contains mainly: blue. Hex color #06C0FE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06C0FE is #F93F01. Grayscale: #8F8F8F. Windows color (decimal): -16334594 or 16695302. OLE color: 16695302.
HSL color Cylindrical-coordinate representation of color #06C0FE: hue angle of 195º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06C0FE is Cyan = 0.98, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 6 | 192 | 254 | - |
| CMYK | 0.98 | 0.24 | 0 | 0.00 |
| HSL | 195º | 0.99% | 0.51% | - |
| HSV(B) | 195º | 0.98% | 1% | - |
| XYZ | 36.81 | 44.89 | 100.49 | - |
| YUV | 143.45 | 190.38 | 29.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 192 | 254 | 0.98 | 0.24 | 0 | 0.00 | 195 | 0.99 | 0.51 |
| Hex | 6 | C0 | FE | 62 | 18 | 0 | 0 | C3 | 63 | 33 |
| Octal | 6 | 300 | 376 | 142 | 30 | 0 | 0 | 303 | 143 | 63 |
| Binary | 110 | 11000000 | 11111110 | 1100010 | 11000 | 0 | 0 | 11000011 | 1100011 | 110011 |
Color Harmonies of #06C0FE
Complementary color
Monochromatic Colors of #06C0FE
Black with #06C0FE
Text Example
Text Example
White with #06C0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06C0FE; }
p { color: rgb(6,192,254); }
H1.HeaderClassName
{
color: #06C0FE;
}
.AnyTagClassName
{
color: #06C0FE;
}
</style>
background-color css
<style>
a { background-color: #06C0FE; }
a { background-color: rgb(6,192,254); }
div.DivClassName
{
background-color: #06C0FE;
}
.BgClassName
{
background-color: #06C0FE;
}
</style>
border-color css
<style>
span { border-color: #06C0FE; }
span { border-color: rgb(6,192,254); }
td.TdClassName
{
border-color: #06C0FE;
}
.TagClassName
{
border-color: #06C0FE;
}
</style>