Shades of Deep Sky Blue #1AD2FF
Tints of Deep Sky Blue #1AD2FF
RGB
CMYK
RGB Variations
Color information
#1AD2FF (or 0x1AD2FF) is known color: Deep Sky Blue. HEX triplet: 1A, D2 and FF. RGB value is (26,210,255). Sum of RGB (Red+Green+Blue) = 26+210+255=491 (65% of max value = 765). Red value is 26 (10.55% from 255 or 5.30% from 491); Green value is 210 (82.42% from 255 or 42.77% from 491); Blue value is 255 (100% from 255 or 51.93% from 491); Max value from RGB is 255 - color contains mainly: blue. Hex color #1AD2FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1AD2FF is #E52D00. Grayscale: #9F9F9F. Windows color (decimal): -15019265 or 16765466. OLE color: 16765466.
HSL color Cylindrical-coordinate representation of color #1AD2FF: hue angle of 191.79º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1AD2FF is Cyan = 0.90, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 26 | 210 | 255 | - |
| CMYK | 0.90 | 0.18 | 0 | 0 |
| HSL | 191.79º | 1% | 0.55% | - |
| HSV(B) | 191.79º | 0.9% | 1% | - |
| XYZ | 41.52 | 53.53 | 102.75 | - |
| YUV | 160.11 | 181.54 | 32.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 210 | 255 | 0.90 | 0.18 | 0 | 0 | 191.79 | 1 | 0.55 |
| Hex | 1A | D2 | FF | 5A | 12 | 0 | 0 | C0 | 64 | 37 |
| Octal | 32 | 322 | 377 | 132 | 22 | 0 | 0 | 300 | 144 | 67 |
| Binary | 11010 | 11010010 | 11111111 | 1011010 | 10010 | 0 | 0 | 11000000 | 1100100 | 110111 |
Color Harmonies of #1AD2FF
Complementary color
Monochromatic Colors of #1AD2FF
Black with #1AD2FF
Text Example
Text Example
White with #1AD2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD2FF; }
p { color: rgb(26,210,255); }
H1.HeaderClassName
{
color: #1AD2FF;
}
.AnyTagClassName
{
color: #1AD2FF;
}
</style>
background-color css
<style>
a { background-color: #1AD2FF; }
a { background-color: rgb(26,210,255); }
div.DivClassName
{
background-color: #1AD2FF;
}
.BgClassName
{
background-color: #1AD2FF;
}
</style>
border-color css
<style>
span { border-color: #1AD2FF; }
span { border-color: rgb(26,210,255); }
td.TdClassName
{
border-color: #1AD2FF;
}
.TagClassName
{
border-color: #1AD2FF;
}
</style>