Shades of Deep Sky Blue #01ADF2
Tints of Deep Sky Blue #01ADF2
RGB
CMYK
RGB Variations
Color information
#01ADF2 (or 0x01ADF2) is known color: Deep Sky Blue. HEX triplet: 01, AD and F2. RGB value is (1,173,242). Sum of RGB (Red+Green+Blue) = 1+173+242=416 (55% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 416); Green value is 173 (67.97% from 255 or 41.59% from 416); Blue value is 242 (94.92% from 255 or 58.17% from 416); Max value from RGB is 242 - color contains mainly: blue. Hex color #01ADF2 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #01ADF2 is #FE520D. Grayscale: #808080. Windows color (decimal): -16667150 or 15904001. OLE color: 15904001.
HSL color Cylindrical-coordinate representation of color #01ADF2: hue angle of 197.18º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01ADF2 is Cyan = 1.00, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 1 | 173 | 242 | - |
| CMYK | 1.00 | 0.29 | 0 | 0.05 |
| HSL | 197.18º | 0.99% | 0.48% | - |
| HSV(B) | 197.18º | 1% | 0.95% | - |
| XYZ | 30.98 | 36.3 | 89.38 | - |
| YUV | 129.44 | 191.52 | 36.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 173 | 242 | 1.00 | 0.29 | 0 | 0.05 | 197.18 | 0.99 | 0.48 |
| Hex | 1 | AD | F2 | 64 | 1D | 0 | 5 | C5 | 63 | 30 |
| Octal | 1 | 255 | 362 | 144 | 35 | 0 | 5 | 305 | 143 | 60 |
| Binary | 1 | 10101101 | 11110010 | 1100100 | 11101 | 0 | 101 | 11000101 | 1100011 | 110000 |
Color Harmonies of #01ADF2
Complementary color
Monochromatic Colors of #01ADF2
Black with #01ADF2
Text Example
Text Example
White with #01ADF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01ADF2; }
p { color: rgb(1,173,242); }
H1.HeaderClassName
{
color: #01ADF2;
}
.AnyTagClassName
{
color: #01ADF2;
}
</style>
background-color css
<style>
a { background-color: #01ADF2; }
a { background-color: rgb(1,173,242); }
div.DivClassName
{
background-color: #01ADF2;
}
.BgClassName
{
background-color: #01ADF2;
}
</style>
border-color css
<style>
span { border-color: #01ADF2; }
span { border-color: rgb(1,173,242); }
td.TdClassName
{
border-color: #01ADF2;
}
.TagClassName
{
border-color: #01ADF2;
}
</style>