Shades of Deep Sky Blue #06CEF6
Tints of Deep Sky Blue #06CEF6
RGB
CMYK
RGB Variations
Color information
#06CEF6 (or 0x06CEF6) is known color: Deep Sky Blue. HEX triplet: 06, CE and F6. RGB value is (6,206,246). Sum of RGB (Red+Green+Blue) = 6+206+246=458 (60% of max value = 765). Red value is 6 (2.73% from 255 or 1.31% from 458); Green value is 206 (80.86% from 255 or 44.98% from 458); Blue value is 246 (96.48% from 255 or 53.71% from 458); Max value from RGB is 246 - color contains mainly: blue. Hex color #06CEF6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06CEF6 is #F93109. Grayscale: #969696. Windows color (decimal): -16331018 or 16174598. OLE color: 16174598.
HSL color Cylindrical-coordinate representation of color #06CEF6: hue angle of 190º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06CEF6 is Cyan = 0.98, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 6 | 206 | 246 | - |
| CMYK | 0.98 | 0.16 | 0 | 0.04 |
| HSL | 190º | 0.95% | 0.49% | - |
| HSV(B) | 190º | 0.98% | 0.96% | - |
| XYZ | 38.78 | 50.84 | 94.96 | - |
| YUV | 150.76 | 181.74 | 24.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 206 | 246 | 0.98 | 0.16 | 0 | 0.04 | 190 | 0.95 | 0.49 |
| Hex | 6 | CE | F6 | 62 | 10 | 0 | 4 | BE | 5F | 31 |
| Octal | 6 | 316 | 366 | 142 | 20 | 0 | 4 | 276 | 137 | 61 |
| Binary | 110 | 11001110 | 11110110 | 1100010 | 10000 | 0 | 100 | 10111110 | 1011111 | 110001 |
Color Harmonies of #06CEF6
Complementary color
Monochromatic Colors of #06CEF6
Black with #06CEF6
Text Example
Text Example
White with #06CEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06CEF6; }
p { color: rgb(6,206,246); }
H1.HeaderClassName
{
color: #06CEF6;
}
.AnyTagClassName
{
color: #06CEF6;
}
</style>
background-color css
<style>
a { background-color: #06CEF6; }
a { background-color: rgb(6,206,246); }
div.DivClassName
{
background-color: #06CEF6;
}
.BgClassName
{
background-color: #06CEF6;
}
</style>
border-color css
<style>
span { border-color: #06CEF6; }
span { border-color: rgb(6,206,246); }
td.TdClassName
{
border-color: #06CEF6;
}
.TagClassName
{
border-color: #06CEF6;
}
</style>