Shades of Deep Sky Blue #1ACEFD
Tints of Deep Sky Blue #1ACEFD
RGB
CMYK
RGB Variations
Color information
#1ACEFD (or 0x1ACEFD) is known color: Deep Sky Blue. HEX triplet: 1A, CE and FD. RGB value is (26,206,253). Sum of RGB (Red+Green+Blue) = 26+206+253=485 (64% of max value = 765). Red value is 26 (10.55% from 255 or 5.36% from 485); Green value is 206 (80.86% from 255 or 42.47% from 485); Blue value is 253 (99.22% from 255 or 52.16% from 485); Max value from RGB is 253 - color contains mainly: blue. Hex color #1ACEFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ACEFD is #E53102. Grayscale: #9D9D9D. Windows color (decimal): -15020291 or 16633370. OLE color: 16633370.
HSL color Cylindrical-coordinate representation of color #1ACEFD: hue angle of 192.42º degrees, saturation: 0.98, 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 #1ACEFD is Cyan = 0.90, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 26 | 206 | 253 | - |
| CMYK | 0.90 | 0.19 | 0 | 0.01 |
| HSL | 192.42º | 0.98% | 0.55% | - |
| HSV(B) | 192.42º | 0.9% | 0.99% | - |
| XYZ | 40.23 | 51.45 | 100.74 | - |
| YUV | 157.54 | 181.87 | 34.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 206 | 253 | 0.90 | 0.19 | 0 | 0.01 | 192.42 | 0.98 | 0.55 |
| Hex | 1A | CE | FD | 5A | 13 | 0 | 1 | C0 | 62 | 37 |
| Octal | 32 | 316 | 375 | 132 | 23 | 0 | 1 | 300 | 142 | 67 |
| Binary | 11010 | 11001110 | 11111101 | 1011010 | 10011 | 0 | 1 | 11000000 | 1100010 | 110111 |
Color Harmonies of #1ACEFD
Complementary color
Monochromatic Colors of #1ACEFD
Black with #1ACEFD
Text Example
Text Example
White with #1ACEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ACEFD; }
p { color: rgb(26,206,253); }
H1.HeaderClassName
{
color: #1ACEFD;
}
.AnyTagClassName
{
color: #1ACEFD;
}
</style>
background-color css
<style>
a { background-color: #1ACEFD; }
a { background-color: rgb(26,206,253); }
div.DivClassName
{
background-color: #1ACEFD;
}
.BgClassName
{
background-color: #1ACEFD;
}
</style>
border-color css
<style>
span { border-color: #1ACEFD; }
span { border-color: rgb(26,206,253); }
td.TdClassName
{
border-color: #1ACEFD;
}
.TagClassName
{
border-color: #1ACEFD;
}
</style>