Shades of Deep Sky Blue #1ACCEE
Tints of Deep Sky Blue #1ACCEE
RGB
CMYK
RGB Variations
Color information
#1ACCEE (or 0x1ACCEE) is known color: Deep Sky Blue. HEX triplet: 1A, CC and EE. RGB value is (26,204,238). Sum of RGB (Red+Green+Blue) = 26+204+238=468 (61% of max value = 765). Red value is 26 (10.55% from 255 or 5.56% from 468); Green value is 204 (80.08% from 255 or 43.59% from 468); Blue value is 238 (93.36% from 255 or 50.85% from 468); Max value from RGB is 238 - color contains mainly: blue. Hex color #1ACCEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ACCEE is #E53311. Grayscale: #9A9A9A. Windows color (decimal): -15020818 or 15649818. OLE color: 15649818.
HSL color Cylindrical-coordinate representation of color #1ACCEE: hue angle of 189.62º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1ACCEE is Cyan = 0.89, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 26 | 204 | 238 | - |
| CMYK | 0.89 | 0.14 | 0 | 0.07 |
| HSL | 189.62º | 0.86% | 0.52% | - |
| HSV(B) | 189.62º | 0.89% | 0.93% | - |
| XYZ | 37.45 | 49.58 | 88.48 | - |
| YUV | 154.65 | 175.03 | 36.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 204 | 238 | 0.89 | 0.14 | 0 | 0.07 | 189.62 | 0.86 | 0.52 |
| Hex | 1A | CC | EE | 59 | E | 0 | 7 | BE | 56 | 34 |
| Octal | 32 | 314 | 356 | 131 | 16 | 0 | 7 | 276 | 126 | 64 |
| Binary | 11010 | 11001100 | 11101110 | 1011001 | 1110 | 0 | 111 | 10111110 | 1010110 | 110100 |
Color Harmonies of #1ACCEE
Complementary color
Monochromatic Colors of #1ACCEE
Black with #1ACCEE
Text Example
Text Example
White with #1ACCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ACCEE; }
p { color: rgb(26,204,238); }
H1.HeaderClassName
{
color: #1ACCEE;
}
.AnyTagClassName
{
color: #1ACCEE;
}
</style>
background-color css
<style>
a { background-color: #1ACCEE; }
a { background-color: rgb(26,204,238); }
div.DivClassName
{
background-color: #1ACCEE;
}
.BgClassName
{
background-color: #1ACCEE;
}
</style>
border-color css
<style>
span { border-color: #1ACCEE; }
span { border-color: rgb(26,204,238); }
td.TdClassName
{
border-color: #1ACCEE;
}
.TagClassName
{
border-color: #1ACCEE;
}
</style>