Shades of Deep Sky Blue #06CCFD
Tints of Deep Sky Blue #06CCFD
RGB
CMYK
RGB Variations
Color information
#06CCFD (or 0x06CCFD) is known color: Deep Sky Blue. HEX triplet: 06, CC and FD. RGB value is (6,204,253). Sum of RGB (Red+Green+Blue) = 6+204+253=463 (61% of max value = 765). Red value is 6 (2.73% from 255 or 1.30% from 463); Green value is 204 (80.08% from 255 or 44.06% from 463); Blue value is 253 (99.22% from 255 or 54.64% from 463); Max value from RGB is 253 - color contains mainly: blue. Hex color #06CCFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06CCFD is #F93302. Grayscale: #959595. Windows color (decimal): -16331523 or 16632838. OLE color: 16632838.
HSL color Cylindrical-coordinate representation of color #06CCFD: hue angle of 191.9º 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 #06CCFD is Cyan = 0.98, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 6 | 204 | 253 | - |
| CMYK | 0.98 | 0.19 | 0 | 0.01 |
| HSL | 191.9º | 0.98% | 0.51% | - |
| HSV(B) | 191.9º | 0.98% | 0.99% | - |
| XYZ | 39.4 | 50.32 | 100.56 | - |
| YUV | 150.38 | 185.9 | 25.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 204 | 253 | 0.98 | 0.19 | 0 | 0.01 | 191.9 | 0.98 | 0.51 |
| Hex | 6 | CC | FD | 62 | 13 | 0 | 1 | C0 | 62 | 33 |
| Octal | 6 | 314 | 375 | 142 | 23 | 0 | 1 | 300 | 142 | 63 |
| Binary | 110 | 11001100 | 11111101 | 1100010 | 10011 | 0 | 1 | 11000000 | 1100010 | 110011 |
Color Harmonies of #06CCFD
Complementary color
Monochromatic Colors of #06CCFD
Black with #06CCFD
Text Example
Text Example
White with #06CCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06CCFD; }
p { color: rgb(6,204,253); }
H1.HeaderClassName
{
color: #06CCFD;
}
.AnyTagClassName
{
color: #06CCFD;
}
</style>
background-color css
<style>
a { background-color: #06CCFD; }
a { background-color: rgb(6,204,253); }
div.DivClassName
{
background-color: #06CCFD;
}
.BgClassName
{
background-color: #06CCFD;
}
</style>
border-color css
<style>
span { border-color: #06CCFD; }
span { border-color: rgb(6,204,253); }
td.TdClassName
{
border-color: #06CCFD;
}
.TagClassName
{
border-color: #06CCFD;
}
</style>