Shades of Deep Sky Blue #0CCAEA
Tints of Deep Sky Blue #0CCAEA
RGB
CMYK
RGB Variations
Color information
#0CCAEA (or 0x0CCAEA) is known color: Deep Sky Blue. HEX triplet: 0C, CA and EA. RGB value is (12,202,234). Sum of RGB (Red+Green+Blue) = 12+202+234=448 (59% of max value = 765). Red value is 12 (5.08% from 255 or 2.68% from 448); Green value is 202 (79.30% from 255 or 45.09% from 448); Blue value is 234 (91.80% from 255 or 52.23% from 448); Max value from RGB is 234 - color contains mainly: blue. Hex color #0CCAEA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0CCAEA is #F33515. Grayscale: #949494. Windows color (decimal): -15938838 or 15387148. OLE color: 15387148.
HSL color Cylindrical-coordinate representation of color #0CCAEA: hue angle of 188.65º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CCAEA is Cyan = 0.95, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 12 | 202 | 234 | - |
| CMYK | 0.95 | 0.14 | 0 | 0.08 |
| HSL | 188.65º | 0.9% | 0.48% | - |
| HSV(B) | 188.65º | 0.95% | 0.92% | - |
| XYZ | 36.12 | 48.26 | 85.25 | - |
| YUV | 148.84 | 176.05 | 30.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 202 | 234 | 0.95 | 0.14 | 0 | 0.08 | 188.65 | 0.9 | 0.48 |
| Hex | C | CA | EA | 5F | E | 0 | 8 | BD | 5A | 30 |
| Octal | 14 | 312 | 352 | 137 | 16 | 0 | 10 | 275 | 132 | 60 |
| Binary | 1100 | 11001010 | 11101010 | 1011111 | 1110 | 0 | 1000 | 10111101 | 1011010 | 110000 |
Color Harmonies of #0CCAEA
Complementary color
Monochromatic Colors of #0CCAEA
Black with #0CCAEA
Text Example
Text Example
White with #0CCAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CCAEA; }
p { color: rgb(12,202,234); }
H1.HeaderClassName
{
color: #0CCAEA;
}
.AnyTagClassName
{
color: #0CCAEA;
}
</style>
background-color css
<style>
a { background-color: #0CCAEA; }
a { background-color: rgb(12,202,234); }
div.DivClassName
{
background-color: #0CCAEA;
}
.BgClassName
{
background-color: #0CCAEA;
}
</style>
border-color css
<style>
span { border-color: #0CCAEA; }
span { border-color: rgb(12,202,234); }
td.TdClassName
{
border-color: #0CCAEA;
}
.TagClassName
{
border-color: #0CCAEA;
}
</style>