Shades of Deep Sky Blue #1AD2FC
Tints of Deep Sky Blue #1AD2FC
RGB
CMYK
RGB Variations
Color information
#1AD2FC (or 0x1AD2FC) is known color: Deep Sky Blue. HEX triplet: 1A, D2 and FC. RGB value is (26,210,252). Sum of RGB (Red+Green+Blue) = 26+210+252=488 (64% of max value = 765). Red value is 26 (10.55% from 255 or 5.33% from 488); Green value is 210 (82.42% from 255 or 43.03% from 488); Blue value is 252 (98.83% from 255 or 51.64% from 488); Max value from RGB is 252 - color contains mainly: blue. Hex color #1AD2FC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1AD2FC is #E52D03. Grayscale: #9F9F9F. Windows color (decimal): -15019268 or 16568858. OLE color: 16568858.
HSL color Cylindrical-coordinate representation of color #1AD2FC: hue angle of 191.15º 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 #1AD2FC is Cyan = 0.90, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 26 | 210 | 252 | - |
| CMYK | 0.90 | 0.17 | 0 | 0.01 |
| HSL | 191.15º | 0.97% | 0.55% | - |
| HSV(B) | 191.15º | 0.9% | 0.99% | - |
| XYZ | 41.04 | 53.34 | 100.23 | - |
| YUV | 159.77 | 180.04 | 32.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 210 | 252 | 0.90 | 0.17 | 0 | 0.01 | 191.15 | 0.97 | 0.55 |
| Hex | 1A | D2 | FC | 5A | 11 | 0 | 1 | BF | 61 | 37 |
| Octal | 32 | 322 | 374 | 132 | 21 | 0 | 1 | 277 | 141 | 67 |
| Binary | 11010 | 11010010 | 11111100 | 1011010 | 10001 | 0 | 1 | 10111111 | 1100001 | 110111 |
Color Harmonies of #1AD2FC
Complementary color
Monochromatic Colors of #1AD2FC
Black with #1AD2FC
Text Example
Text Example
White with #1AD2FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD2FC; }
p { color: rgb(26,210,252); }
H1.HeaderClassName
{
color: #1AD2FC;
}
.AnyTagClassName
{
color: #1AD2FC;
}
</style>
background-color css
<style>
a { background-color: #1AD2FC; }
a { background-color: rgb(26,210,252); }
div.DivClassName
{
background-color: #1AD2FC;
}
.BgClassName
{
background-color: #1AD2FC;
}
</style>
border-color css
<style>
span { border-color: #1AD2FC; }
span { border-color: rgb(26,210,252); }
td.TdClassName
{
border-color: #1AD2FC;
}
.TagClassName
{
border-color: #1AD2FC;
}
</style>