Shades of Deep Sky Blue #1AD3FC
Tints of Deep Sky Blue #1AD3FC
RGB
CMYK
RGB Variations
Color information
#1AD3FC (or 0x1AD3FC) is known color: Deep Sky Blue. HEX triplet: 1A, D3 and FC. RGB value is (26,211,252). Sum of RGB (Red+Green+Blue) = 26+211+252=489 (64% of max value = 765). Red value is 26 (10.55% from 255 or 5.32% from 489); Green value is 211 (82.81% from 255 or 43.15% from 489); Blue value is 252 (98.83% from 255 or 51.53% from 489); Max value from RGB is 252 - color contains mainly: blue. Hex color #1AD3FC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1AD3FC is #E52C03. Grayscale: #A0A0A0. Windows color (decimal): -15019012 or 16569114. OLE color: 16569114.
HSL color Cylindrical-coordinate representation of color #1AD3FC: hue angle of 190.88º 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 #1AD3FC is Cyan = 0.90, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 26 | 211 | 252 | - |
| CMYK | 0.90 | 0.16 | 0 | 0.01 |
| HSL | 190.89º | 0.97% | 0.55% | - |
| HSV(B) | 190.89º | 0.9% | 0.99% | - |
| XYZ | 41.29 | 53.84 | 100.31 | - |
| YUV | 160.36 | 179.71 | 32.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 211 | 252 | 0.90 | 0.16 | 0 | 0.01 | 190.89 | 0.97 | 0.55 |
| Hex | 1A | D3 | FC | 5A | 10 | 0 | 1 | BF | 61 | 37 |
| Octal | 32 | 323 | 374 | 132 | 20 | 0 | 1 | 277 | 141 | 67 |
| Binary | 11010 | 11010011 | 11111100 | 1011010 | 10000 | 0 | 1 | 10111111 | 1100001 | 110111 |
Color Harmonies of #1AD3FC
Complementary color
Monochromatic Colors of #1AD3FC
Black with #1AD3FC
Text Example
Text Example
White with #1AD3FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD3FC; }
p { color: rgb(26,211,252); }
H1.HeaderClassName
{
color: #1AD3FC;
}
.AnyTagClassName
{
color: #1AD3FC;
}
</style>
background-color css
<style>
a { background-color: #1AD3FC; }
a { background-color: rgb(26,211,252); }
div.DivClassName
{
background-color: #1AD3FC;
}
.BgClassName
{
background-color: #1AD3FC;
}
</style>
border-color css
<style>
span { border-color: #1AD3FC; }
span { border-color: rgb(26,211,252); }
td.TdClassName
{
border-color: #1AD3FC;
}
.TagClassName
{
border-color: #1AD3FC;
}
</style>