Shades of Deep Sky Blue #1ACCEA
Tints of Deep Sky Blue #1ACCEA
RGB
CMYK
RGB Variations
Color information
#1ACCEA (or 0x1ACCEA) is known color: Deep Sky Blue. HEX triplet: 1A, CC and EA. RGB value is (26,204,234). Sum of RGB (Red+Green+Blue) = 26+204+234=464 (61% of max value = 765). Red value is 26 (10.55% from 255 or 5.60% from 464); Green value is 204 (80.08% from 255 or 43.97% from 464); Blue value is 234 (91.80% from 255 or 50.43% from 464); Max value from RGB is 234 - color contains mainly: blue. Hex color #1ACCEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ACCEA is #E53315. Grayscale: #999999. Windows color (decimal): -15020822 or 15387674. OLE color: 15387674.
HSL color Cylindrical-coordinate representation of color #1ACCEA: hue angle of 188.65º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1ACCEA is Cyan = 0.89, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 26 | 204 | 234 | - |
| CMYK | 0.89 | 0.13 | 0 | 0.08 |
| HSL | 188.65º | 0.83% | 0.51% | - |
| HSV(B) | 188.65º | 0.89% | 0.92% | - |
| XYZ | 36.87 | 49.35 | 85.42 | - |
| YUV | 154.2 | 173.03 | 36.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 204 | 234 | 0.89 | 0.13 | 0 | 0.08 | 188.65 | 0.83 | 0.51 |
| Hex | 1A | CC | EA | 59 | D | 0 | 8 | BD | 53 | 33 |
| Octal | 32 | 314 | 352 | 131 | 15 | 0 | 10 | 275 | 123 | 63 |
| Binary | 11010 | 11001100 | 11101010 | 1011001 | 1101 | 0 | 1000 | 10111101 | 1010011 | 110011 |
Color Harmonies of #1ACCEA
Complementary color
Monochromatic Colors of #1ACCEA
Black with #1ACCEA
Text Example
Text Example
White with #1ACCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ACCEA; }
p { color: rgb(26,204,234); }
H1.HeaderClassName
{
color: #1ACCEA;
}
.AnyTagClassName
{
color: #1ACCEA;
}
</style>
background-color css
<style>
a { background-color: #1ACCEA; }
a { background-color: rgb(26,204,234); }
div.DivClassName
{
background-color: #1ACCEA;
}
.BgClassName
{
background-color: #1ACCEA;
}
</style>
border-color css
<style>
span { border-color: #1ACCEA; }
span { border-color: rgb(26,204,234); }
td.TdClassName
{
border-color: #1ACCEA;
}
.TagClassName
{
border-color: #1ACCEA;
}
</style>