Shades of Deep Sky Blue #00ADFB
Tints of Deep Sky Blue #00ADFB
RGB
CMYK
RGB Variations
Color information
#00ADFB (or 0x00ADFB) is known color: Deep Sky Blue. HEX triplet: 00, AD and FB. RGB value is (0,173,251). Sum of RGB (Red+Green+Blue) = 0+173+251=424 (56% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 424); Green value is 173 (67.97% from 255 or 40.80% from 424); Blue value is 251 (98.44% from 255 or 59.20% from 424); Max value from RGB is 251 - color contains mainly: blue. Hex color #00ADFB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #00ADFB is #FF5204. Grayscale: #818181. Windows color (decimal): -16732677 or 16493824. OLE color: 16493824.
HSL color Cylindrical-coordinate representation of color #00ADFB: hue angle of 198.65º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00ADFB is Cyan = 1, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 173 | 251 | - |
| CMYK | 1 | 0.31 | 0 | 0.02 |
| HSL | 198.65º | 1% | 0.49% | - |
| HSV(B) | 198.65º | 1% | 0.98% | - |
| XYZ | 32.36 | 36.85 | 96.67 | - |
| YUV | 130.17 | 196.19 | 35.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 173 | 251 | 1 | 0.31 | 0 | 0.02 | 198.65 | 1 | 0.49 |
| Hex | 0 | AD | FB | 64 | 1F | 0 | 2 | C7 | 64 | 31 |
| Octal | 0 | 255 | 373 | 144 | 37 | 0 | 2 | 307 | 144 | 61 |
| Binary | 0 | 10101101 | 11111011 | 1100100 | 11111 | 0 | 10 | 11000111 | 1100100 | 110001 |
Color Harmonies of #00ADFB
Complementary color
Monochromatic Colors of #00ADFB
Black with #00ADFB
Text Example
Text Example
White with #00ADFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00ADFB; }
p { color: rgb(0,173,251); }
H1.HeaderClassName
{
color: #00ADFB;
}
.AnyTagClassName
{
color: #00ADFB;
}
</style>
background-color css
<style>
a { background-color: #00ADFB; }
a { background-color: rgb(0,173,251); }
div.DivClassName
{
background-color: #00ADFB;
}
.BgClassName
{
background-color: #00ADFB;
}
</style>
border-color css
<style>
span { border-color: #00ADFB; }
span { border-color: rgb(0,173,251); }
td.TdClassName
{
border-color: #00ADFB;
}
.TagClassName
{
border-color: #00ADFB;
}
</style>