Shades of Deep Sky Blue #06CEFD
Tints of Deep Sky Blue #06CEFD
RGB
CMYK
RGB Variations
Color information
#06CEFD (or 0x06CEFD) is known color: Deep Sky Blue. HEX triplet: 06, CE and FD. RGB value is (6,206,253). Sum of RGB (Red+Green+Blue) = 6+206+253=465 (61% of max value = 765). Red value is 6 (2.73% from 255 or 1.29% from 465); Green value is 206 (80.86% from 255 or 44.30% from 465); Blue value is 253 (99.22% from 255 or 54.41% from 465); Max value from RGB is 253 - color contains mainly: blue. Hex color #06CEFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06CEFD is #F93102. Grayscale: #979797. Windows color (decimal): -16331011 or 16633350. OLE color: 16633350.
HSL color Cylindrical-coordinate representation of color #06CEFD: hue angle of 191.42º 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 #06CEFD is Cyan = 0.98, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 6 | 206 | 253 | - |
| CMYK | 0.98 | 0.19 | 0 | 0.01 |
| HSL | 191.42º | 0.98% | 0.51% | - |
| HSV(B) | 191.42º | 0.98% | 0.99% | - |
| XYZ | 39.88 | 51.27 | 100.72 | - |
| YUV | 151.56 | 185.24 | 24.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 206 | 253 | 0.98 | 0.19 | 0 | 0.01 | 191.42 | 0.98 | 0.51 |
| Hex | 6 | CE | FD | 62 | 13 | 0 | 1 | BF | 62 | 33 |
| Octal | 6 | 316 | 375 | 142 | 23 | 0 | 1 | 277 | 142 | 63 |
| Binary | 110 | 11001110 | 11111101 | 1100010 | 10011 | 0 | 1 | 10111111 | 1100010 | 110011 |
Color Harmonies of #06CEFD
Complementary color
Monochromatic Colors of #06CEFD
Black with #06CEFD
Text Example
Text Example
White with #06CEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06CEFD; }
p { color: rgb(6,206,253); }
H1.HeaderClassName
{
color: #06CEFD;
}
.AnyTagClassName
{
color: #06CEFD;
}
</style>
background-color css
<style>
a { background-color: #06CEFD; }
a { background-color: rgb(6,206,253); }
div.DivClassName
{
background-color: #06CEFD;
}
.BgClassName
{
background-color: #06CEFD;
}
</style>
border-color css
<style>
span { border-color: #06CEFD; }
span { border-color: rgb(6,206,253); }
td.TdClassName
{
border-color: #06CEFD;
}
.TagClassName
{
border-color: #06CEFD;
}
</style>