Shades of Deep Sky Blue #1AD4FF
Tints of Deep Sky Blue #1AD4FF
RGB
CMYK
RGB Variations
Color information
#1AD4FF (or 0x1AD4FF) is known color: Deep Sky Blue. HEX triplet: 1A, D4 and FF. RGB value is (26,212,255). Sum of RGB (Red+Green+Blue) = 26+212+255=493 (65% of max value = 765). Red value is 26 (10.55% from 255 or 5.27% from 493); Green value is 212 (83.20% from 255 or 43.00% from 493); Blue value is 255 (100% from 255 or 51.72% from 493); Max value from RGB is 255 - color contains mainly: blue. Hex color #1AD4FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1AD4FF is #E52B00. Grayscale: #A0A0A0. Windows color (decimal): -15018753 or 16765978. OLE color: 16765978.
HSL color Cylindrical-coordinate representation of color #1AD4FF: hue angle of 191.27º 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 #1AD4FF is Cyan = 0.90, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 26 | 212 | 255 | - |
| CMYK | 0.90 | 0.17 | 0 | 0 |
| HSL | 191.27º | 1% | 0.55% | - |
| HSV(B) | 191.27º | 0.9% | 1% | - |
| XYZ | 42.02 | 54.53 | 102.92 | - |
| YUV | 161.29 | 180.88 | 31.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 212 | 255 | 0.90 | 0.17 | 0 | 0 | 191.27 | 1 | 0.55 |
| Hex | 1A | D4 | FF | 5A | 11 | 0 | 0 | BF | 64 | 37 |
| Octal | 32 | 324 | 377 | 132 | 21 | 0 | 0 | 277 | 144 | 67 |
| Binary | 11010 | 11010100 | 11111111 | 1011010 | 10001 | 0 | 0 | 10111111 | 1100100 | 110111 |
Color Harmonies of #1AD4FF
Complementary color
Monochromatic Colors of #1AD4FF
Black with #1AD4FF
Text Example
Text Example
White with #1AD4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD4FF; }
p { color: rgb(26,212,255); }
H1.HeaderClassName
{
color: #1AD4FF;
}
.AnyTagClassName
{
color: #1AD4FF;
}
</style>
background-color css
<style>
a { background-color: #1AD4FF; }
a { background-color: rgb(26,212,255); }
div.DivClassName
{
background-color: #1AD4FF;
}
.BgClassName
{
background-color: #1AD4FF;
}
</style>
border-color css
<style>
span { border-color: #1AD4FF; }
span { border-color: rgb(26,212,255); }
td.TdClassName
{
border-color: #1AD4FF;
}
.TagClassName
{
border-color: #1AD4FF;
}
</style>