Shades of Deep Sky Blue #1AD0FE
Tints of Deep Sky Blue #1AD0FE
RGB
CMYK
RGB Variations
Color information
#1AD0FE (or 0x1AD0FE) is known color: Deep Sky Blue. HEX triplet: 1A, D0 and FE. RGB value is (26,208,254). Sum of RGB (Red+Green+Blue) = 26+208+254=488 (64% of max value = 765). Red value is 26 (10.55% from 255 or 5.33% from 488); Green value is 208 (81.64% from 255 or 42.62% from 488); Blue value is 254 (99.61% from 255 or 52.05% from 488); Max value from RGB is 254 - color contains mainly: blue. Hex color #1AD0FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1AD0FE is #E52F01. Grayscale: #9E9E9E. Windows color (decimal): -15019778 or 16699418. OLE color: 16699418.
HSL color Cylindrical-coordinate representation of color #1AD0FE: hue angle of 192.11º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1AD0FE is Cyan = 0.90, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 26 | 208 | 254 | - |
| CMYK | 0.90 | 0.18 | 0 | 0.00 |
| HSL | 192.11º | 0.99% | 0.55% | - |
| HSV(B) | 192.11º | 0.9% | 1% | - |
| XYZ | 40.87 | 52.49 | 101.74 | - |
| YUV | 158.83 | 181.7 | 33.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 208 | 254 | 0.90 | 0.18 | 0 | 0.00 | 192.11 | 0.99 | 0.55 |
| Hex | 1A | D0 | FE | 5A | 12 | 0 | 0 | C0 | 63 | 37 |
| Octal | 32 | 320 | 376 | 132 | 22 | 0 | 0 | 300 | 143 | 67 |
| Binary | 11010 | 11010000 | 11111110 | 1011010 | 10010 | 0 | 0 | 11000000 | 1100011 | 110111 |
Color Harmonies of #1AD0FE
Complementary color
Monochromatic Colors of #1AD0FE
Black with #1AD0FE
Text Example
Text Example
White with #1AD0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD0FE; }
p { color: rgb(26,208,254); }
H1.HeaderClassName
{
color: #1AD0FE;
}
.AnyTagClassName
{
color: #1AD0FE;
}
</style>
background-color css
<style>
a { background-color: #1AD0FE; }
a { background-color: rgb(26,208,254); }
div.DivClassName
{
background-color: #1AD0FE;
}
.BgClassName
{
background-color: #1AD0FE;
}
</style>
border-color css
<style>
span { border-color: #1AD0FE; }
span { border-color: rgb(26,208,254); }
td.TdClassName
{
border-color: #1AD0FE;
}
.TagClassName
{
border-color: #1AD0FE;
}
</style>