Shades of Deep Sky Blue #06ADF2
Tints of Deep Sky Blue #06ADF2
RGB
CMYK
RGB Variations
Color information
#06ADF2 (or 0x06ADF2) is known color: Deep Sky Blue. HEX triplet: 06, AD and F2. RGB value is (6,173,242). Sum of RGB (Red+Green+Blue) = 6+173+242=421 (55% of max value = 765). Red value is 6 (2.73% from 255 or 1.43% from 421); Green value is 173 (67.97% from 255 or 41.09% from 421); Blue value is 242 (94.92% from 255 or 57.48% from 421); Max value from RGB is 242 - color contains mainly: blue. Hex color #06ADF2 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #06ADF2 is #F9520D. Grayscale: #828282. Windows color (decimal): -16339470 or 15904006. OLE color: 15904006.
HSL color Cylindrical-coordinate representation of color #06ADF2: hue angle of 197.54º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06ADF2 is Cyan = 0.98, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 6 | 173 | 242 | - |
| CMYK | 0.98 | 0.29 | 0 | 0.05 |
| HSL | 197.54º | 0.95% | 0.49% | - |
| HSV(B) | 197.54º | 0.98% | 0.95% | - |
| XYZ | 31.05 | 36.34 | 89.38 | - |
| YUV | 130.93 | 190.67 | 38.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 173 | 242 | 0.98 | 0.29 | 0 | 0.05 | 197.54 | 0.95 | 0.49 |
| Hex | 6 | AD | F2 | 62 | 1D | 0 | 5 | C6 | 5F | 31 |
| Octal | 6 | 255 | 362 | 142 | 35 | 0 | 5 | 306 | 137 | 61 |
| Binary | 110 | 10101101 | 11110010 | 1100010 | 11101 | 0 | 101 | 11000110 | 1011111 | 110001 |
Color Harmonies of #06ADF2
Complementary color
Monochromatic Colors of #06ADF2
Black with #06ADF2
Text Example
Text Example
White with #06ADF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06ADF2; }
p { color: rgb(6,173,242); }
H1.HeaderClassName
{
color: #06ADF2;
}
.AnyTagClassName
{
color: #06ADF2;
}
</style>
background-color css
<style>
a { background-color: #06ADF2; }
a { background-color: rgb(6,173,242); }
div.DivClassName
{
background-color: #06ADF2;
}
.BgClassName
{
background-color: #06ADF2;
}
</style>
border-color css
<style>
span { border-color: #06ADF2; }
span { border-color: rgb(6,173,242); }
td.TdClassName
{
border-color: #06ADF2;
}
.TagClassName
{
border-color: #06ADF2;
}
</style>