Shades of Aqua #0CE2FD
Tints of Aqua #0CE2FD
RGB
CMYK
RGB Variations
Color information
#0CE2FD (or 0x0CE2FD) is known color: Aqua. HEX triplet: 0C, E2 and FD. RGB value is (12,226,253). Sum of RGB (Red+Green+Blue) = 12+226+253=491 (65% of max value = 765). Red value is 12 (5.08% from 255 or 2.44% from 491); Green value is 226 (88.67% from 255 or 46.03% from 491); Blue value is 253 (99.22% from 255 or 51.53% from 491); Max value from RGB is 253 - color contains mainly: blue. Hex color #0CE2FD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0CE2FD is #F31D02. Grayscale: #A4A4A4. Windows color (decimal): -15932675 or 16638476. OLE color: 16638476.
HSL color Cylindrical-coordinate representation of color #0CE2FD: hue angle of 186.72º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CE2FD is Cyan = 0.95, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 12 | 226 | 253 | - |
| CMYK | 0.95 | 0.11 | 0 | 0.01 |
| HSL | 186.72º | 0.98% | 0.52% | - |
| HSV(B) | 186.72º | 0.95% | 0.99% | - |
| XYZ | 45.08 | 61.56 | 102.44 | - |
| YUV | 165.09 | 177.6 | 18.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 226 | 253 | 0.95 | 0.11 | 0 | 0.01 | 186.72 | 0.98 | 0.52 |
| Hex | C | E2 | FD | 5F | B | 0 | 1 | BB | 62 | 34 |
| Octal | 14 | 342 | 375 | 137 | 13 | 0 | 1 | 273 | 142 | 64 |
| Binary | 1100 | 11100010 | 11111101 | 1011111 | 1011 | 0 | 1 | 10111011 | 1100010 | 110100 |
Color Harmonies of #0CE2FD
Complementary color
Monochromatic Colors of #0CE2FD
Black with #0CE2FD
Text Example
Text Example
White with #0CE2FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CE2FD; }
p { color: rgb(12,226,253); }
H1.HeaderClassName
{
color: #0CE2FD;
}
.AnyTagClassName
{
color: #0CE2FD;
}
</style>
background-color css
<style>
a { background-color: #0CE2FD; }
a { background-color: rgb(12,226,253); }
div.DivClassName
{
background-color: #0CE2FD;
}
.BgClassName
{
background-color: #0CE2FD;
}
</style>
border-color css
<style>
span { border-color: #0CE2FD; }
span { border-color: rgb(12,226,253); }
td.TdClassName
{
border-color: #0CE2FD;
}
.TagClassName
{
border-color: #0CE2FD;
}
</style>