Shades of Deep Sky Blue #06CFEF
Tints of Deep Sky Blue #06CFEF
RGB
CMYK
RGB Variations
Color information
#06CFEF (or 0x06CFEF) is known color: Deep Sky Blue. HEX triplet: 06, CF and EF. RGB value is (6,207,239). Sum of RGB (Red+Green+Blue) = 6+207+239=452 (59% of max value = 765). Red value is 6 (2.73% from 255 or 1.33% from 452); Green value is 207 (81.25% from 255 or 45.80% from 452); Blue value is 239 (93.75% from 255 or 52.88% from 452); Max value from RGB is 239 - color contains mainly: blue. Hex color #06CFEF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06CFEF is #F93010. Grayscale: #969696. Windows color (decimal): -16330769 or 15716102. OLE color: 15716102.
HSL color Cylindrical-coordinate representation of color #06CFEF: hue angle of 188.24º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06CFEF is Cyan = 0.97, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 6 | 207 | 239 | - |
| CMYK | 0.97 | 0.13 | 0 | 0.06 |
| HSL | 188.24º | 0.95% | 0.48% | - |
| HSV(B) | 188.24º | 0.97% | 0.94% | - |
| XYZ | 37.97 | 50.9 | 89.48 | - |
| YUV | 150.55 | 177.91 | 24.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 207 | 239 | 0.97 | 0.13 | 0 | 0.06 | 188.24 | 0.95 | 0.48 |
| Hex | 6 | CF | EF | 61 | D | 0 | 6 | BC | 5F | 30 |
| Octal | 6 | 317 | 357 | 141 | 15 | 0 | 6 | 274 | 137 | 60 |
| Binary | 110 | 11001111 | 11101111 | 1100001 | 1101 | 0 | 110 | 10111100 | 1011111 | 110000 |
Color Harmonies of #06CFEF
Complementary color
Monochromatic Colors of #06CFEF
Black with #06CFEF
Text Example
Text Example
White with #06CFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06CFEF; }
p { color: rgb(6,207,239); }
H1.HeaderClassName
{
color: #06CFEF;
}
.AnyTagClassName
{
color: #06CFEF;
}
</style>
background-color css
<style>
a { background-color: #06CFEF; }
a { background-color: rgb(6,207,239); }
div.DivClassName
{
background-color: #06CFEF;
}
.BgClassName
{
background-color: #06CFEF;
}
</style>
border-color css
<style>
span { border-color: #06CFEF; }
span { border-color: rgb(6,207,239); }
td.TdClassName
{
border-color: #06CFEF;
}
.TagClassName
{
border-color: #06CFEF;
}
</style>