Shades of Deep Sky Blue #06CDF0
Tints of Deep Sky Blue #06CDF0
RGB
CMYK
RGB Variations
Color information
#06CDF0 (or 0x06CDF0) is known color: Deep Sky Blue. HEX triplet: 06, CD and F0. RGB value is (6,205,240). Sum of RGB (Red+Green+Blue) = 6+205+240=451 (59% of max value = 765). Red value is 6 (2.73% from 255 or 1.33% from 451); Green value is 205 (80.47% from 255 or 45.45% from 451); Blue value is 240 (94.14% from 255 or 53.22% from 451); Max value from RGB is 240 - color contains mainly: blue. Hex color #06CDF0 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06CDF0 is #F9320F. Grayscale: #959595. Windows color (decimal): -16331280 or 15781126. OLE color: 15781126.
HSL color Cylindrical-coordinate representation of color #06CDF0: hue angle of 188.97º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06CDF0 is Cyan = 0.98, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 6 | 205 | 240 | - |
| CMYK | 0.98 | 0.15 | 0 | 0.06 |
| HSL | 188.97º | 0.95% | 0.48% | - |
| HSV(B) | 188.97º | 0.98% | 0.94% | - |
| XYZ | 37.63 | 49.99 | 90.1 | - |
| YUV | 149.49 | 179.07 | 25.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 205 | 240 | 0.98 | 0.15 | 0 | 0.06 | 188.97 | 0.95 | 0.48 |
| Hex | 6 | CD | F0 | 62 | F | 0 | 6 | BD | 5F | 30 |
| Octal | 6 | 315 | 360 | 142 | 17 | 0 | 6 | 275 | 137 | 60 |
| Binary | 110 | 11001101 | 11110000 | 1100010 | 1111 | 0 | 110 | 10111101 | 1011111 | 110000 |
Color Harmonies of #06CDF0
Complementary color
Monochromatic Colors of #06CDF0
Black with #06CDF0
Text Example
Text Example
White with #06CDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06CDF0; }
p { color: rgb(6,205,240); }
H1.HeaderClassName
{
color: #06CDF0;
}
.AnyTagClassName
{
color: #06CDF0;
}
</style>
background-color css
<style>
a { background-color: #06CDF0; }
a { background-color: rgb(6,205,240); }
div.DivClassName
{
background-color: #06CDF0;
}
.BgClassName
{
background-color: #06CDF0;
}
</style>
border-color css
<style>
span { border-color: #06CDF0; }
span { border-color: rgb(6,205,240); }
td.TdClassName
{
border-color: #06CDF0;
}
.TagClassName
{
border-color: #06CDF0;
}
</style>