Shades of Deep Sky Blue #06CCFE
Tints of Deep Sky Blue #06CCFE
RGB
CMYK
RGB Variations
Color information
#06CCFE (or 0x06CCFE) is known color: Deep Sky Blue. HEX triplet: 06, CC and FE. RGB value is (6,204,254). Sum of RGB (Red+Green+Blue) = 6+204+254=464 (61% of max value = 765). Red value is 6 (2.73% from 255 or 1.29% from 464); Green value is 204 (80.08% from 255 or 43.97% from 464); Blue value is 254 (99.61% from 255 or 54.74% from 464); Max value from RGB is 254 - color contains mainly: blue. Hex color #06CCFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06CCFE is #F93301. Grayscale: #969696. Windows color (decimal): -16331522 or 16698374. OLE color: 16698374.
HSL color Cylindrical-coordinate representation of color #06CCFE: hue angle of 192.1º 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 #06CCFE is Cyan = 0.98, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 6 | 204 | 254 | - |
| CMYK | 0.98 | 0.20 | 0 | 0.00 |
| HSL | 192.1º | 0.99% | 0.51% | - |
| HSV(B) | 192.1º | 0.98% | 1% | - |
| XYZ | 39.56 | 50.38 | 101.41 | - |
| YUV | 150.5 | 186.4 | 24.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 204 | 254 | 0.98 | 0.20 | 0 | 0.00 | 192.1 | 0.99 | 0.51 |
| Hex | 6 | CC | FE | 62 | 14 | 0 | 0 | C0 | 63 | 33 |
| Octal | 6 | 314 | 376 | 142 | 24 | 0 | 0 | 300 | 143 | 63 |
| Binary | 110 | 11001100 | 11111110 | 1100010 | 10100 | 0 | 0 | 11000000 | 1100011 | 110011 |
Color Harmonies of #06CCFE
Complementary color
Monochromatic Colors of #06CCFE
Black with #06CCFE
Text Example
Text Example
White with #06CCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06CCFE; }
p { color: rgb(6,204,254); }
H1.HeaderClassName
{
color: #06CCFE;
}
.AnyTagClassName
{
color: #06CCFE;
}
</style>
background-color css
<style>
a { background-color: #06CCFE; }
a { background-color: rgb(6,204,254); }
div.DivClassName
{
background-color: #06CCFE;
}
.BgClassName
{
background-color: #06CCFE;
}
</style>
border-color css
<style>
span { border-color: #06CCFE; }
span { border-color: rgb(6,204,254); }
td.TdClassName
{
border-color: #06CCFE;
}
.TagClassName
{
border-color: #06CCFE;
}
</style>