Shades of Deep Sky Blue #00CAEA
Tints of Deep Sky Blue #00CAEA
RGB
CMYK
RGB Variations
Color information
#00CAEA (or 0x00CAEA) is known color: Deep Sky Blue. HEX triplet: 00, CA and EA. RGB value is (0,202,234). Sum of RGB (Red+Green+Blue) = 0+202+234=436 (57% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 436); Green value is 202 (79.30% from 255 or 46.33% from 436); Blue value is 234 (91.80% from 255 or 53.67% from 436); Max value from RGB is 234 - color contains mainly: blue. Hex color #00CAEA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00CAEA is #FF3515. Grayscale: #909090. Windows color (decimal): -16725270 or 15387136. OLE color: 15387136.
HSL color Cylindrical-coordinate representation of color #00CAEA: hue angle of 188.21º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00CAEA is Cyan = 1, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 0 | 202 | 234 | - |
| CMYK | 1 | 0.14 | 0 | 0.08 |
| HSL | 188.21º | 1% | 0.46% | - |
| HSV(B) | 188.21º | 1% | 0.92% | - |
| XYZ | 35.97 | 48.18 | 85.25 | - |
| YUV | 145.25 | 178.08 | 24.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 202 | 234 | 1 | 0.14 | 0 | 0.08 | 188.21 | 1 | 0.46 |
| Hex | 0 | CA | EA | 64 | E | 0 | 8 | BC | 64 | 2E |
| Octal | 0 | 312 | 352 | 144 | 16 | 0 | 10 | 274 | 144 | 56 |
| Binary | 0 | 11001010 | 11101010 | 1100100 | 1110 | 0 | 1000 | 10111100 | 1100100 | 101110 |
Color Harmonies of #00CAEA
Complementary color
Monochromatic Colors of #00CAEA
Black with #00CAEA
Text Example
Text Example
White with #00CAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00CAEA; }
p { color: rgb(0,202,234); }
H1.HeaderClassName
{
color: #00CAEA;
}
.AnyTagClassName
{
color: #00CAEA;
}
</style>
background-color css
<style>
a { background-color: #00CAEA; }
a { background-color: rgb(0,202,234); }
div.DivClassName
{
background-color: #00CAEA;
}
.BgClassName
{
background-color: #00CAEA;
}
</style>
border-color css
<style>
span { border-color: #00CAEA; }
span { border-color: rgb(0,202,234); }
td.TdClassName
{
border-color: #00CAEA;
}
.TagClassName
{
border-color: #00CAEA;
}
</style>