Shades of Deep Sky Blue #1ADBFC
Tints of Deep Sky Blue #1ADBFC
RGB
CMYK
RGB Variations
Color information
#1ADBFC (or 0x1ADBFC) is known color: Deep Sky Blue. HEX triplet: 1A, DB and FC. RGB value is (26,219,252). Sum of RGB (Red+Green+Blue) = 26+219+252=497 (65% of max value = 765). Red value is 26 (10.55% from 255 or 5.23% from 497); Green value is 219 (85.94% from 255 or 44.06% from 497); Blue value is 252 (98.83% from 255 or 50.70% from 497); Max value from RGB is 252 - color contains mainly: blue. Hex color #1ADBFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ADBFC is #E52403. Grayscale: #A4A4A4. Windows color (decimal): -15016964 or 16571162. OLE color: 16571162.
HSL color Cylindrical-coordinate representation of color #1ADBFC: hue angle of 188.76º 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 #1ADBFC is Cyan = 0.90, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 26 | 219 | 252 | - |
| CMYK | 0.90 | 0.13 | 0 | 0.01 |
| HSL | 188.76º | 0.97% | 0.55% | - |
| HSV(B) | 188.76º | 0.9% | 0.99% | - |
| XYZ | 43.33 | 57.91 | 100.99 | - |
| YUV | 165.06 | 177.06 | 28.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 219 | 252 | 0.90 | 0.13 | 0 | 0.01 | 188.76 | 0.97 | 0.55 |
| Hex | 1A | DB | FC | 5A | D | 0 | 1 | BD | 61 | 37 |
| Octal | 32 | 333 | 374 | 132 | 15 | 0 | 1 | 275 | 141 | 67 |
| Binary | 11010 | 11011011 | 11111100 | 1011010 | 1101 | 0 | 1 | 10111101 | 1100001 | 110111 |
Color Harmonies of #1ADBFC
Complementary color
Monochromatic Colors of #1ADBFC
Black with #1ADBFC
Text Example
Text Example
White with #1ADBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADBFC; }
p { color: rgb(26,219,252); }
H1.HeaderClassName
{
color: #1ADBFC;
}
.AnyTagClassName
{
color: #1ADBFC;
}
</style>
background-color css
<style>
a { background-color: #1ADBFC; }
a { background-color: rgb(26,219,252); }
div.DivClassName
{
background-color: #1ADBFC;
}
.BgClassName
{
background-color: #1ADBFC;
}
</style>
border-color css
<style>
span { border-color: #1ADBFC; }
span { border-color: rgb(26,219,252); }
td.TdClassName
{
border-color: #1ADBFC;
}
.TagClassName
{
border-color: #1ADBFC;
}
</style>