Shades of Aqua #0CEBFE
Tints of Aqua #0CEBFE
RGB
CMYK
RGB Variations
Color information
#0CEBFE (or 0x0CEBFE) is known color: Aqua. HEX triplet: 0C, EB and FE. RGB value is (12,235,254). Sum of RGB (Red+Green+Blue) = 12+235+254=501 (66% of max value = 765). Red value is 12 (5.08% from 255 or 2.40% from 501); Green value is 235 (92.19% from 255 or 46.91% from 501); Blue value is 254 (99.61% from 255 or 50.70% from 501); Max value from RGB is 254 - color contains mainly: blue. Hex color #0CEBFE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0CEBFE is #F31401. Grayscale: #AAAAAA. Windows color (decimal): -15930370 or 16706316. OLE color: 16706316.
HSL color Cylindrical-coordinate representation of color #0CEBFE: hue angle of 184.71º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CEBFE is Cyan = 0.95, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 12 | 235 | 254 | - |
| CMYK | 0.95 | 0.07 | 0 | 0.00 |
| HSL | 184.71º | 0.99% | 0.52% | - |
| HSV(B) | 184.71º | 0.95% | 1% | - |
| XYZ | 47.75 | 66.65 | 104.11 | - |
| YUV | 170.49 | 175.12 | 14.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 235 | 254 | 0.95 | 0.07 | 0 | 0.00 | 184.71 | 0.99 | 0.52 |
| Hex | C | EB | FE | 5F | 7 | 0 | 0 | B9 | 63 | 34 |
| Octal | 14 | 353 | 376 | 137 | 7 | 0 | 0 | 271 | 143 | 64 |
| Binary | 1100 | 11101011 | 11111110 | 1011111 | 111 | 0 | 0 | 10111001 | 1100011 | 110100 |
Color Harmonies of #0CEBFE
Complementary color
Monochromatic Colors of #0CEBFE
Black with #0CEBFE
Text Example
Text Example
White with #0CEBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CEBFE; }
p { color: rgb(12,235,254); }
H1.HeaderClassName
{
color: #0CEBFE;
}
.AnyTagClassName
{
color: #0CEBFE;
}
</style>
background-color css
<style>
a { background-color: #0CEBFE; }
a { background-color: rgb(12,235,254); }
div.DivClassName
{
background-color: #0CEBFE;
}
.BgClassName
{
background-color: #0CEBFE;
}
</style>
border-color css
<style>
span { border-color: #0CEBFE; }
span { border-color: rgb(12,235,254); }
td.TdClassName
{
border-color: #0CEBFE;
}
.TagClassName
{
border-color: #0CEBFE;
}
</style>