Shades of Deep Sky Blue #1AD0EE
Tints of Deep Sky Blue #1AD0EE
RGB
CMYK
RGB Variations
Color information
#1AD0EE (or 0x1AD0EE) is known color: Deep Sky Blue. HEX triplet: 1A, D0 and EE. RGB value is (26,208,238). Sum of RGB (Red+Green+Blue) = 26+208+238=472 (62% of max value = 765). Red value is 26 (10.55% from 255 or 5.51% from 472); Green value is 208 (81.64% from 255 or 44.07% from 472); Blue value is 238 (93.36% from 255 or 50.42% from 472); Max value from RGB is 238 - color contains mainly: blue. Hex color #1AD0EE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1AD0EE is #E52F11. Grayscale: #9C9C9C. Windows color (decimal): -15019794 or 15650842. OLE color: 15650842.
HSL color Cylindrical-coordinate representation of color #1AD0EE: hue angle of 188.49º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AD0EE is Cyan = 0.89, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 26 | 208 | 238 | - |
| CMYK | 0.89 | 0.13 | 0 | 0.07 |
| HSL | 188.49º | 0.86% | 0.52% | - |
| HSV(B) | 188.49º | 0.89% | 0.93% | - |
| XYZ | 38.41 | 51.5 | 88.81 | - |
| YUV | 157 | 173.7 | 34.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 208 | 238 | 0.89 | 0.13 | 0 | 0.07 | 188.49 | 0.86 | 0.52 |
| Hex | 1A | D0 | EE | 59 | D | 0 | 7 | BC | 56 | 34 |
| Octal | 32 | 320 | 356 | 131 | 15 | 0 | 7 | 274 | 126 | 64 |
| Binary | 11010 | 11010000 | 11101110 | 1011001 | 1101 | 0 | 111 | 10111100 | 1010110 | 110100 |
Color Harmonies of #1AD0EE
Complementary color
Monochromatic Colors of #1AD0EE
Black with #1AD0EE
Text Example
Text Example
White with #1AD0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD0EE; }
p { color: rgb(26,208,238); }
H1.HeaderClassName
{
color: #1AD0EE;
}
.AnyTagClassName
{
color: #1AD0EE;
}
</style>
background-color css
<style>
a { background-color: #1AD0EE; }
a { background-color: rgb(26,208,238); }
div.DivClassName
{
background-color: #1AD0EE;
}
.BgClassName
{
background-color: #1AD0EE;
}
</style>
border-color css
<style>
span { border-color: #1AD0EE; }
span { border-color: rgb(26,208,238); }
td.TdClassName
{
border-color: #1AD0EE;
}
.TagClassName
{
border-color: #1AD0EE;
}
</style>