Shades of Deep Sky Blue #1ACEFC
Tints of Deep Sky Blue #1ACEFC
RGB
CMYK
RGB Variations
Color information
#1ACEFC (or 0x1ACEFC) is known color: Deep Sky Blue. HEX triplet: 1A, CE and FC. RGB value is (26,206,252). Sum of RGB (Red+Green+Blue) = 26+206+252=484 (64% of max value = 765). Red value is 26 (10.55% from 255 or 5.37% from 484); Green value is 206 (80.86% from 255 or 42.56% from 484); Blue value is 252 (98.83% from 255 or 52.07% from 484); Max value from RGB is 252 - color contains mainly: blue. Hex color #1ACEFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ACEFC is #E53103. Grayscale: #9D9D9D. Windows color (decimal): -15020292 or 16567834. OLE color: 16567834.
HSL color Cylindrical-coordinate representation of color #1ACEFC: hue angle of 192.21º 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 #1ACEFC is Cyan = 0.90, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 26 | 206 | 252 | - |
| CMYK | 0.90 | 0.18 | 0 | 0.01 |
| HSL | 192.21º | 0.97% | 0.55% | - |
| HSV(B) | 192.21º | 0.9% | 0.99% | - |
| XYZ | 40.07 | 51.39 | 99.9 | - |
| YUV | 157.42 | 181.37 | 34.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 206 | 252 | 0.90 | 0.18 | 0 | 0.01 | 192.21 | 0.97 | 0.55 |
| Hex | 1A | CE | FC | 5A | 12 | 0 | 1 | C0 | 61 | 37 |
| Octal | 32 | 316 | 374 | 132 | 22 | 0 | 1 | 300 | 141 | 67 |
| Binary | 11010 | 11001110 | 11111100 | 1011010 | 10010 | 0 | 1 | 11000000 | 1100001 | 110111 |
Color Harmonies of #1ACEFC
Complementary color
Monochromatic Colors of #1ACEFC
Black with #1ACEFC
Text Example
Text Example
White with #1ACEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ACEFC; }
p { color: rgb(26,206,252); }
H1.HeaderClassName
{
color: #1ACEFC;
}
.AnyTagClassName
{
color: #1ACEFC;
}
</style>
background-color css
<style>
a { background-color: #1ACEFC; }
a { background-color: rgb(26,206,252); }
div.DivClassName
{
background-color: #1ACEFC;
}
.BgClassName
{
background-color: #1ACEFC;
}
</style>
border-color css
<style>
span { border-color: #1ACEFC; }
span { border-color: rgb(26,206,252); }
td.TdClassName
{
border-color: #1ACEFC;
}
.TagClassName
{
border-color: #1ACEFC;
}
</style>