Shades of Deep Sky Blue #1ADAFE
Tints of Deep Sky Blue #1ADAFE
RGB
CMYK
RGB Variations
Color information
#1ADAFE (or 0x1ADAFE) is known color: Deep Sky Blue. HEX triplet: 1A, DA and FE. RGB value is (26,218,254). Sum of RGB (Red+Green+Blue) = 26+218+254=498 (65% of max value = 765). Red value is 26 (10.55% from 255 or 5.22% from 498); Green value is 218 (85.55% from 255 or 43.78% from 498); Blue value is 254 (99.61% from 255 or 51.00% from 498); Max value from RGB is 254 - color contains mainly: blue. Hex color #1ADAFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ADAFE is #E52501. Grayscale: #A4A4A4. Windows color (decimal): -15017218 or 16701978. OLE color: 16701978.
HSL color Cylindrical-coordinate representation of color #1ADAFE: hue angle of 189.47º 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 #1ADAFE is Cyan = 0.90, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 26 | 218 | 254 | - |
| CMYK | 0.90 | 0.14 | 0 | 0.00 |
| HSL | 189.47º | 0.99% | 0.55% | - |
| HSV(B) | 189.47º | 0.9% | 1% | - |
| XYZ | 43.39 | 57.52 | 102.58 | - |
| YUV | 164.7 | 178.39 | 29.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 218 | 254 | 0.90 | 0.14 | 0 | 0.00 | 189.47 | 0.99 | 0.55 |
| Hex | 1A | DA | FE | 5A | E | 0 | 0 | BD | 63 | 37 |
| Octal | 32 | 332 | 376 | 132 | 16 | 0 | 0 | 275 | 143 | 67 |
| Binary | 11010 | 11011010 | 11111110 | 1011010 | 1110 | 0 | 0 | 10111101 | 1100011 | 110111 |
Color Harmonies of #1ADAFE
Complementary color
Monochromatic Colors of #1ADAFE
Black with #1ADAFE
Text Example
Text Example
White with #1ADAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADAFE; }
p { color: rgb(26,218,254); }
H1.HeaderClassName
{
color: #1ADAFE;
}
.AnyTagClassName
{
color: #1ADAFE;
}
</style>
background-color css
<style>
a { background-color: #1ADAFE; }
a { background-color: rgb(26,218,254); }
div.DivClassName
{
background-color: #1ADAFE;
}
.BgClassName
{
background-color: #1ADAFE;
}
</style>
border-color css
<style>
span { border-color: #1ADAFE; }
span { border-color: rgb(26,218,254); }
td.TdClassName
{
border-color: #1ADAFE;
}
.TagClassName
{
border-color: #1ADAFE;
}
</style>