Shades of Deep Sky Blue #1ACEFE
Tints of Deep Sky Blue #1ACEFE
RGB
CMYK
RGB Variations
Color information
#1ACEFE (or 0x1ACEFE) is known color: Deep Sky Blue. HEX triplet: 1A, CE and FE. RGB value is (26,206,254). Sum of RGB (Red+Green+Blue) = 26+206+254=486 (64% of max value = 765). Red value is 26 (10.55% from 255 or 5.35% from 486); Green value is 206 (80.86% from 255 or 42.39% from 486); Blue value is 254 (99.61% from 255 or 52.26% from 486); Max value from RGB is 254 - color contains mainly: blue. Hex color #1ACEFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ACEFE is #E53101. Grayscale: #9D9D9D. Windows color (decimal): -15020290 or 16698906. OLE color: 16698906.
HSL color Cylindrical-coordinate representation of color #1ACEFE: hue angle of 192.63º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1ACEFE is Cyan = 0.90, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 26 | 206 | 254 | - |
| CMYK | 0.90 | 0.19 | 0 | 0.00 |
| HSL | 192.63º | 0.99% | 0.55% | - |
| HSV(B) | 192.63º | 0.9% | 1% | - |
| XYZ | 40.39 | 51.52 | 101.58 | - |
| YUV | 157.65 | 182.37 | 34.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 206 | 254 | 0.90 | 0.19 | 0 | 0.00 | 192.63 | 0.99 | 0.55 |
| Hex | 1A | CE | FE | 5A | 13 | 0 | 0 | C1 | 63 | 37 |
| Octal | 32 | 316 | 376 | 132 | 23 | 0 | 0 | 301 | 143 | 67 |
| Binary | 11010 | 11001110 | 11111110 | 1011010 | 10011 | 0 | 0 | 11000001 | 1100011 | 110111 |
Color Harmonies of #1ACEFE
Complementary color
Monochromatic Colors of #1ACEFE
Black with #1ACEFE
Text Example
Text Example
White with #1ACEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ACEFE; }
p { color: rgb(26,206,254); }
H1.HeaderClassName
{
color: #1ACEFE;
}
.AnyTagClassName
{
color: #1ACEFE;
}
</style>
background-color css
<style>
a { background-color: #1ACEFE; }
a { background-color: rgb(26,206,254); }
div.DivClassName
{
background-color: #1ACEFE;
}
.BgClassName
{
background-color: #1ACEFE;
}
</style>
border-color css
<style>
span { border-color: #1ACEFE; }
span { border-color: rgb(26,206,254); }
td.TdClassName
{
border-color: #1ACEFE;
}
.TagClassName
{
border-color: #1ACEFE;
}
</style>