Shades of Deep Sky Blue #00ADFD
Tints of Deep Sky Blue #00ADFD
RGB
CMYK
RGB Variations
Color information
#00ADFD (or 0x00ADFD) is known color: Deep Sky Blue. HEX triplet: 00, AD and FD. RGB value is (0,173,253). Sum of RGB (Red+Green+Blue) = 0+173+253=426 (56% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 426); Green value is 173 (67.97% from 255 or 40.61% from 426); Blue value is 253 (99.22% from 255 or 59.39% from 426); Max value from RGB is 253 - color contains mainly: blue. Hex color #00ADFD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #00ADFD is #FF5202. Grayscale: #818181. Windows color (decimal): -16732675 or 16624896. OLE color: 16624896.
HSL color Cylindrical-coordinate representation of color #00ADFD: hue angle of 198.97º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00ADFD is Cyan = 1, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 0 | 173 | 253 | - |
| CMYK | 1 | 0.32 | 0 | 0.01 |
| HSL | 198.97º | 1% | 0.5% | - |
| HSV(B) | 198.97º | 1% | 0.99% | - |
| XYZ | 32.67 | 36.98 | 98.34 | - |
| YUV | 130.39 | 197.19 | 35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 173 | 253 | 1 | 0.32 | 0 | 0.01 | 198.97 | 1 | 0.5 |
| Hex | 0 | AD | FD | 64 | 20 | 0 | 1 | C7 | 64 | 32 |
| Octal | 0 | 255 | 375 | 144 | 40 | 0 | 1 | 307 | 144 | 62 |
| Binary | 0 | 10101101 | 11111101 | 1100100 | 100000 | 0 | 1 | 11000111 | 1100100 | 110010 |
Color Harmonies of #00ADFD
Complementary color
Monochromatic Colors of #00ADFD
Black with #00ADFD
Text Example
Text Example
White with #00ADFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00ADFD; }
p { color: rgb(0,173,253); }
H1.HeaderClassName
{
color: #00ADFD;
}
.AnyTagClassName
{
color: #00ADFD;
}
</style>
background-color css
<style>
a { background-color: #00ADFD; }
a { background-color: rgb(0,173,253); }
div.DivClassName
{
background-color: #00ADFD;
}
.BgClassName
{
background-color: #00ADFD;
}
</style>
border-color css
<style>
span { border-color: #00ADFD; }
span { border-color: rgb(0,173,253); }
td.TdClassName
{
border-color: #00ADFD;
}
.TagClassName
{
border-color: #00ADFD;
}
</style>