Shades of Deep Sky Blue #1ADAFC
Tints of Deep Sky Blue #1ADAFC
RGB
CMYK
RGB Variations
Color information
#1ADAFC (or 0x1ADAFC) is known color: Deep Sky Blue. HEX triplet: 1A, DA and FC. RGB value is (26,218,252). Sum of RGB (Red+Green+Blue) = 26+218+252=496 (65% of max value = 765). Red value is 26 (10.55% from 255 or 5.24% from 496); Green value is 218 (85.55% from 255 or 43.95% from 496); Blue value is 252 (98.83% from 255 or 50.81% from 496); Max value from RGB is 252 - color contains mainly: blue. Hex color #1ADAFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ADAFC is #E52503. Grayscale: #A4A4A4. Windows color (decimal): -15017220 or 16570906. OLE color: 16570906.
HSL color Cylindrical-coordinate representation of color #1ADAFC: hue angle of 189.03º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1ADAFC is Cyan = 0.90, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 26 | 218 | 252 | - |
| CMYK | 0.90 | 0.13 | 0 | 0.01 |
| HSL | 189.03º | 0.97% | 0.55% | - |
| HSV(B) | 189.03º | 0.9% | 0.99% | - |
| XYZ | 43.07 | 57.39 | 100.9 | - |
| YUV | 164.47 | 177.39 | 29.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 218 | 252 | 0.90 | 0.13 | 0 | 0.01 | 189.03 | 0.97 | 0.55 |
| Hex | 1A | DA | FC | 5A | D | 0 | 1 | BD | 61 | 37 |
| Octal | 32 | 332 | 374 | 132 | 15 | 0 | 1 | 275 | 141 | 67 |
| Binary | 11010 | 11011010 | 11111100 | 1011010 | 1101 | 0 | 1 | 10111101 | 1100001 | 110111 |
Color Harmonies of #1ADAFC
Complementary color
Monochromatic Colors of #1ADAFC
Black with #1ADAFC
Text Example
Text Example
White with #1ADAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADAFC; }
p { color: rgb(26,218,252); }
H1.HeaderClassName
{
color: #1ADAFC;
}
.AnyTagClassName
{
color: #1ADAFC;
}
</style>
background-color css
<style>
a { background-color: #1ADAFC; }
a { background-color: rgb(26,218,252); }
div.DivClassName
{
background-color: #1ADAFC;
}
.BgClassName
{
background-color: #1ADAFC;
}
</style>
border-color css
<style>
span { border-color: #1ADAFC; }
span { border-color: rgb(26,218,252); }
td.TdClassName
{
border-color: #1ADAFC;
}
.TagClassName
{
border-color: #1ADAFC;
}
</style>