Shades of Deep Sky Blue #1AD0FC
Tints of Deep Sky Blue #1AD0FC
RGB
CMYK
RGB Variations
Color information
#1AD0FC (or 0x1AD0FC) is known color: Deep Sky Blue. HEX triplet: 1A, D0 and FC. RGB value is (26,208,252). Sum of RGB (Red+Green+Blue) = 26+208+252=486 (64% of max value = 765). Red value is 26 (10.55% from 255 or 5.35% from 486); Green value is 208 (81.64% from 255 or 42.80% from 486); Blue value is 252 (98.83% from 255 or 51.85% from 486); Max value from RGB is 252 - color contains mainly: blue. Hex color #1AD0FC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1AD0FC is #E52F03. Grayscale: #9E9E9E. Windows color (decimal): -15019780 or 16568346. OLE color: 16568346.
HSL color Cylindrical-coordinate representation of color #1AD0FC: hue angle of 191.68º 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 #1AD0FC is Cyan = 0.90, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 26 | 208 | 252 | - |
| CMYK | 0.90 | 0.17 | 0 | 0.01 |
| HSL | 191.68º | 0.97% | 0.55% | - |
| HSV(B) | 191.68º | 0.9% | 0.99% | - |
| XYZ | 40.55 | 52.36 | 100.06 | - |
| YUV | 158.6 | 180.7 | 33.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 208 | 252 | 0.90 | 0.17 | 0 | 0.01 | 191.68 | 0.97 | 0.55 |
| Hex | 1A | D0 | FC | 5A | 11 | 0 | 1 | C0 | 61 | 37 |
| Octal | 32 | 320 | 374 | 132 | 21 | 0 | 1 | 300 | 141 | 67 |
| Binary | 11010 | 11010000 | 11111100 | 1011010 | 10001 | 0 | 1 | 11000000 | 1100001 | 110111 |
Color Harmonies of #1AD0FC
Complementary color
Monochromatic Colors of #1AD0FC
Black with #1AD0FC
Text Example
Text Example
White with #1AD0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD0FC; }
p { color: rgb(26,208,252); }
H1.HeaderClassName
{
color: #1AD0FC;
}
.AnyTagClassName
{
color: #1AD0FC;
}
</style>
background-color css
<style>
a { background-color: #1AD0FC; }
a { background-color: rgb(26,208,252); }
div.DivClassName
{
background-color: #1AD0FC;
}
.BgClassName
{
background-color: #1AD0FC;
}
</style>
border-color css
<style>
span { border-color: #1AD0FC; }
span { border-color: rgb(26,208,252); }
td.TdClassName
{
border-color: #1AD0FC;
}
.TagClassName
{
border-color: #1AD0FC;
}
</style>