Shades of Aqua #0CE5FE
Tints of Aqua #0CE5FE
RGB
CMYK
RGB Variations
Color information
#0CE5FE (or 0x0CE5FE) is known color: Aqua. HEX triplet: 0C, E5 and FE. RGB value is (12,229,254). Sum of RGB (Red+Green+Blue) = 12+229+254=495 (65% of max value = 765). Red value is 12 (5.08% from 255 or 2.42% from 495); Green value is 229 (89.84% from 255 or 46.26% from 495); Blue value is 254 (99.61% from 255 or 51.31% from 495); Max value from RGB is 254 - color contains mainly: blue. Hex color #0CE5FE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0CE5FE is #F31A01. Grayscale: #A6A6A6. Windows color (decimal): -15931906 or 16704780. OLE color: 16704780.
HSL color Cylindrical-coordinate representation of color #0CE5FE: hue angle of 186.2º 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 #0CE5FE is Cyan = 0.95, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 12 | 229 | 254 | - |
| CMYK | 0.95 | 0.10 | 0 | 0.00 |
| HSL | 186.2º | 0.99% | 0.52% | - |
| HSV(B) | 186.2º | 0.95% | 1% | - |
| XYZ | 46.06 | 63.27 | 103.55 | - |
| YUV | 166.97 | 177.11 | 17.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 229 | 254 | 0.95 | 0.10 | 0 | 0.00 | 186.2 | 0.99 | 0.52 |
| Hex | C | E5 | FE | 5F | A | 0 | 0 | BA | 63 | 34 |
| Octal | 14 | 345 | 376 | 137 | 12 | 0 | 0 | 272 | 143 | 64 |
| Binary | 1100 | 11100101 | 11111110 | 1011111 | 1010 | 0 | 0 | 10111010 | 1100011 | 110100 |
Color Harmonies of #0CE5FE
Complementary color
Monochromatic Colors of #0CE5FE
Black with #0CE5FE
Text Example
Text Example
White with #0CE5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CE5FE; }
p { color: rgb(12,229,254); }
H1.HeaderClassName
{
color: #0CE5FE;
}
.AnyTagClassName
{
color: #0CE5FE;
}
</style>
background-color css
<style>
a { background-color: #0CE5FE; }
a { background-color: rgb(12,229,254); }
div.DivClassName
{
background-color: #0CE5FE;
}
.BgClassName
{
background-color: #0CE5FE;
}
</style>
border-color css
<style>
span { border-color: #0CE5FE; }
span { border-color: rgb(12,229,254); }
td.TdClassName
{
border-color: #0CE5FE;
}
.TagClassName
{
border-color: #0CE5FE;
}
</style>