Shades of Deep Sky Blue #07CAEA
Tints of Deep Sky Blue #07CAEA
RGB
CMYK
RGB Variations
Color information
#07CAEA (or 0x07CAEA) is known color: Deep Sky Blue. HEX triplet: 07, CA and EA. RGB value is (7,202,234). Sum of RGB (Red+Green+Blue) = 7+202+234=443 (58% of max value = 765). Red value is 7 (3.12% from 255 or 1.58% from 443); Green value is 202 (79.30% from 255 or 45.60% from 443); Blue value is 234 (91.80% from 255 or 52.82% from 443); Max value from RGB is 234 - color contains mainly: blue. Hex color #07CAEA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #07CAEA is #F83515. Grayscale: #939393. Windows color (decimal): -16266518 or 15387143. OLE color: 15387143.
HSL color Cylindrical-coordinate representation of color #07CAEA: hue angle of 188.46º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07CAEA is Cyan = 0.97, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 7 | 202 | 234 | - |
| CMYK | 0.97 | 0.14 | 0 | 0.08 |
| HSL | 188.46º | 0.94% | 0.47% | - |
| HSV(B) | 188.46º | 0.97% | 0.92% | - |
| XYZ | 36.06 | 48.23 | 85.25 | - |
| YUV | 147.34 | 176.9 | 27.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 202 | 234 | 0.97 | 0.14 | 0 | 0.08 | 188.46 | 0.94 | 0.47 |
| Hex | 7 | CA | EA | 61 | E | 0 | 8 | BC | 5E | 2F |
| Octal | 7 | 312 | 352 | 141 | 16 | 0 | 10 | 274 | 136 | 57 |
| Binary | 111 | 11001010 | 11101010 | 1100001 | 1110 | 0 | 1000 | 10111100 | 1011110 | 101111 |
Color Harmonies of #07CAEA
Complementary color
Monochromatic Colors of #07CAEA
Black with #07CAEA
Text Example
Text Example
White with #07CAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07CAEA; }
p { color: rgb(7,202,234); }
H1.HeaderClassName
{
color: #07CAEA;
}
.AnyTagClassName
{
color: #07CAEA;
}
</style>
background-color css
<style>
a { background-color: #07CAEA; }
a { background-color: rgb(7,202,234); }
div.DivClassName
{
background-color: #07CAEA;
}
.BgClassName
{
background-color: #07CAEA;
}
</style>
border-color css
<style>
span { border-color: #07CAEA; }
span { border-color: rgb(7,202,234); }
td.TdClassName
{
border-color: #07CAEA;
}
.TagClassName
{
border-color: #07CAEA;
}
</style>