Shades of Deep Sky Blue #00ADFE
Tints of Deep Sky Blue #00ADFE
RGB
CMYK
RGB Variations
Color information
#00ADFE (or 0x00ADFE) is known color: Deep Sky Blue. HEX triplet: 00, AD and FE. RGB value is (0,173,254). Sum of RGB (Red+Green+Blue) = 0+173+254=427 (56% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 427); Green value is 173 (67.97% from 255 or 40.52% from 427); Blue value is 254 (99.61% from 255 or 59.48% from 427); Max value from RGB is 254 - color contains mainly: blue. Hex color #00ADFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #00ADFE is #FF5201. Grayscale: #828282. Windows color (decimal): -16732674 or 16690432. OLE color: 16690432.
HSL color Cylindrical-coordinate representation of color #00ADFE: hue angle of 199.13º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00ADFE is Cyan = 1, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 0 | 173 | 254 | - |
| CMYK | 1 | 0.32 | 0 | 0.00 |
| HSL | 199.13º | 1% | 0.5% | - |
| HSV(B) | 199.13º | 1% | 1% | - |
| XYZ | 32.83 | 37.04 | 99.19 | - |
| YUV | 130.51 | 197.69 | 34.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 173 | 254 | 1 | 0.32 | 0 | 0.00 | 199.13 | 1 | 0.5 |
| Hex | 0 | AD | FE | 64 | 20 | 0 | 0 | C7 | 64 | 32 |
| Octal | 0 | 255 | 376 | 144 | 40 | 0 | 0 | 307 | 144 | 62 |
| Binary | 0 | 10101101 | 11111110 | 1100100 | 100000 | 0 | 0 | 11000111 | 1100100 | 110010 |
Color Harmonies of #00ADFE
Complementary color
Monochromatic Colors of #00ADFE
Black with #00ADFE
Text Example
Text Example
White with #00ADFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00ADFE; }
p { color: rgb(0,173,254); }
H1.HeaderClassName
{
color: #00ADFE;
}
.AnyTagClassName
{
color: #00ADFE;
}
</style>
background-color css
<style>
a { background-color: #00ADFE; }
a { background-color: rgb(0,173,254); }
div.DivClassName
{
background-color: #00ADFE;
}
.BgClassName
{
background-color: #00ADFE;
}
</style>
border-color css
<style>
span { border-color: #00ADFE; }
span { border-color: rgb(0,173,254); }
td.TdClassName
{
border-color: #00ADFE;
}
.TagClassName
{
border-color: #00ADFE;
}
</style>