Shades of Deep Sky Blue #06DBFF
Tints of Deep Sky Blue #06DBFF
RGB
CMYK
RGB Variations
Color information
#06DBFF (or 0x06DBFF) is known color: Deep Sky Blue. HEX triplet: 06, DB and FF. RGB value is (6,219,255). Sum of RGB (Red+Green+Blue) = 6+219+255=480 (63% of max value = 765). Red value is 6 (2.73% from 255 or 1.25% from 480); Green value is 219 (85.94% from 255 or 45.62% from 480); Blue value is 255 (100% from 255 or 53.12% from 480); Max value from RGB is 255 - color contains mainly: blue. Hex color #06DBFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06DBFF is #F92400. Grayscale: #9F9F9F. Windows color (decimal): -16327681 or 16767750. OLE color: 16767750.
HSL color Cylindrical-coordinate representation of color #06DBFF: hue angle of 188.67º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06DBFF is Cyan = 0.98, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 6 | 219 | 255 | - |
| CMYK | 0.98 | 0.14 | 0 | 0 |
| HSL | 188.67º | 1% | 0.51% | - |
| HSV(B) | 188.67º | 0.98% | 1% | - |
| XYZ | 43.46 | 57.92 | 103.5 | - |
| YUV | 159.42 | 181.93 | 18.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 219 | 255 | 0.98 | 0.14 | 0 | 0 | 188.67 | 1 | 0.51 |
| Hex | 6 | DB | FF | 62 | E | 0 | 0 | BD | 64 | 33 |
| Octal | 6 | 333 | 377 | 142 | 16 | 0 | 0 | 275 | 144 | 63 |
| Binary | 110 | 11011011 | 11111111 | 1100010 | 1110 | 0 | 0 | 10111101 | 1100100 | 110011 |
Color Harmonies of #06DBFF
Complementary color
Monochromatic Colors of #06DBFF
Black with #06DBFF
Text Example
Text Example
White with #06DBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06DBFF; }
p { color: rgb(6,219,255); }
H1.HeaderClassName
{
color: #06DBFF;
}
.AnyTagClassName
{
color: #06DBFF;
}
</style>
background-color css
<style>
a { background-color: #06DBFF; }
a { background-color: rgb(6,219,255); }
div.DivClassName
{
background-color: #06DBFF;
}
.BgClassName
{
background-color: #06DBFF;
}
</style>
border-color css
<style>
span { border-color: #06DBFF; }
span { border-color: rgb(6,219,255); }
td.TdClassName
{
border-color: #06DBFF;
}
.TagClassName
{
border-color: #06DBFF;
}
</style>