Shades of Deep Sky Blue #14ACEA
Tints of Deep Sky Blue #14ACEA
RGB
CMYK
RGB Variations
Color information
#14ACEA (or 0x14ACEA) is known color: Deep Sky Blue. HEX triplet: 14, AC and EA. RGB value is (20,172,234). Sum of RGB (Red+Green+Blue) = 20+172+234=426 (56% of max value = 765). Red value is 20 (8.20% from 255 or 4.69% from 426); Green value is 172 (67.58% from 255 or 40.38% from 426); Blue value is 234 (91.80% from 255 or 54.93% from 426); Max value from RGB is 234 - color contains mainly: blue. Hex color #14ACEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #14ACEA is #EB5315. Grayscale: #858585. Windows color (decimal): -15422230 or 15379476. OLE color: 15379476.
HSL color Cylindrical-coordinate representation of color #14ACEA: hue angle of 197.38º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14ACEA is Cyan = 0.91, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 20 | 172 | 234 | - |
| CMYK | 0.91 | 0.26 | 0 | 0.08 |
| HSL | 197.38º | 0.84% | 0.5% | - |
| HSV(B) | 197.38º | 0.91% | 0.92% | - |
| XYZ | 29.89 | 35.59 | 83.14 | - |
| YUV | 133.62 | 184.64 | 46.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 172 | 234 | 0.91 | 0.26 | 0 | 0.08 | 197.38 | 0.84 | 0.5 |
| Hex | 14 | AC | EA | 5B | 1A | 0 | 8 | C5 | 54 | 32 |
| Octal | 24 | 254 | 352 | 133 | 32 | 0 | 10 | 305 | 124 | 62 |
| Binary | 10100 | 10101100 | 11101010 | 1011011 | 11010 | 0 | 1000 | 11000101 | 1010100 | 110010 |
Color Harmonies of #14ACEA
Complementary color
Monochromatic Colors of #14ACEA
Black with #14ACEA
Text Example
Text Example
White with #14ACEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14ACEA; }
p { color: rgb(20,172,234); }
H1.HeaderClassName
{
color: #14ACEA;
}
.AnyTagClassName
{
color: #14ACEA;
}
</style>
background-color css
<style>
a { background-color: #14ACEA; }
a { background-color: rgb(20,172,234); }
div.DivClassName
{
background-color: #14ACEA;
}
.BgClassName
{
background-color: #14ACEA;
}
</style>
border-color css
<style>
span { border-color: #14ACEA; }
span { border-color: rgb(20,172,234); }
td.TdClassName
{
border-color: #14ACEA;
}
.TagClassName
{
border-color: #14ACEA;
}
</style>