Shades of Deep Sky Blue #16CAEA
Tints of Deep Sky Blue #16CAEA
RGB
CMYK
RGB Variations
Color information
#16CAEA (or 0x16CAEA) is known color: Deep Sky Blue. HEX triplet: 16, CA and EA. RGB value is (22,202,234). Sum of RGB (Red+Green+Blue) = 22+202+234=458 (60% of max value = 765). Red value is 22 (8.98% from 255 or 4.80% from 458); Green value is 202 (79.30% from 255 or 44.10% from 458); Blue value is 234 (91.80% from 255 or 51.09% from 458); Max value from RGB is 234 - color contains mainly: blue. Hex color #16CAEA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #16CAEA is #E93515. Grayscale: #979797. Windows color (decimal): -15283478 or 15387158. OLE color: 15387158.
HSL color Cylindrical-coordinate representation of color #16CAEA: hue angle of 189.06º degrees, saturation: 0.83, 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 #16CAEA is Cyan = 0.91, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 22 | 202 | 234 | - |
| CMYK | 0.91 | 0.14 | 0 | 0.08 |
| HSL | 189.06º | 0.83% | 0.5% | - |
| HSV(B) | 189.06º | 0.91% | 0.92% | - |
| XYZ | 36.3 | 48.35 | 85.26 | - |
| YUV | 151.83 | 174.37 | 35.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 202 | 234 | 0.91 | 0.14 | 0 | 0.08 | 189.06 | 0.83 | 0.5 |
| Hex | 16 | CA | EA | 5B | E | 0 | 8 | BD | 53 | 32 |
| Octal | 26 | 312 | 352 | 133 | 16 | 0 | 10 | 275 | 123 | 62 |
| Binary | 10110 | 11001010 | 11101010 | 1011011 | 1110 | 0 | 1000 | 10111101 | 1010011 | 110010 |
Color Harmonies of #16CAEA
Complementary color
Monochromatic Colors of #16CAEA
Black with #16CAEA
Text Example
Text Example
White with #16CAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16CAEA; }
p { color: rgb(22,202,234); }
H1.HeaderClassName
{
color: #16CAEA;
}
.AnyTagClassName
{
color: #16CAEA;
}
</style>
background-color css
<style>
a { background-color: #16CAEA; }
a { background-color: rgb(22,202,234); }
div.DivClassName
{
background-color: #16CAEA;
}
.BgClassName
{
background-color: #16CAEA;
}
</style>
border-color css
<style>
span { border-color: #16CAEA; }
span { border-color: rgb(22,202,234); }
td.TdClassName
{
border-color: #16CAEA;
}
.TagClassName
{
border-color: #16CAEA;
}
</style>