Shades of Deep Sky Blue #14ADE7
Tints of Deep Sky Blue #14ADE7
RGB
CMYK
RGB Variations
Color information
#14ADE7 (or 0x14ADE7) is known color: Deep Sky Blue. HEX triplet: 14, AD and E7. RGB value is (20,173,231). Sum of RGB (Red+Green+Blue) = 20+173+231=424 (56% of max value = 765). Red value is 20 (8.20% from 255 or 4.72% from 424); Green value is 173 (67.97% from 255 or 40.80% from 424); Blue value is 231 (90.62% from 255 or 54.48% from 424); Max value from RGB is 231 - color contains mainly: blue. Hex color #14ADE7 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #14ADE7 is #EB5218. Grayscale: #858585. Windows color (decimal): -15421977 or 15183124. OLE color: 15183124.
HSL color Cylindrical-coordinate representation of color #14ADE7: hue angle of 196.49º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14ADE7 is Cyan = 0.91, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 20 | 173 | 231 | - |
| CMYK | 0.91 | 0.25 | 0 | 0.09 |
| HSL | 196.49º | 0.84% | 0.49% | - |
| HSV(B) | 196.49º | 0.91% | 0.91% | - |
| XYZ | 29.66 | 35.81 | 80.95 | - |
| YUV | 133.87 | 182.81 | 46.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 173 | 231 | 0.91 | 0.25 | 0 | 0.09 | 196.49 | 0.84 | 0.49 |
| Hex | 14 | AD | E7 | 5B | 19 | 0 | 9 | C4 | 54 | 31 |
| Octal | 24 | 255 | 347 | 133 | 31 | 0 | 11 | 304 | 124 | 61 |
| Binary | 10100 | 10101101 | 11100111 | 1011011 | 11001 | 0 | 1001 | 11000100 | 1010100 | 110001 |
Color Harmonies of #14ADE7
Complementary color
Monochromatic Colors of #14ADE7
Black with #14ADE7
Text Example
Text Example
White with #14ADE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14ADE7; }
p { color: rgb(20,173,231); }
H1.HeaderClassName
{
color: #14ADE7;
}
.AnyTagClassName
{
color: #14ADE7;
}
</style>
background-color css
<style>
a { background-color: #14ADE7; }
a { background-color: rgb(20,173,231); }
div.DivClassName
{
background-color: #14ADE7;
}
.BgClassName
{
background-color: #14ADE7;
}
</style>
border-color css
<style>
span { border-color: #14ADE7; }
span { border-color: rgb(20,173,231); }
td.TdClassName
{
border-color: #14ADE7;
}
.TagClassName
{
border-color: #14ADE7;
}
</style>