Shades of Aqua #0CE2FF
Tints of Aqua #0CE2FF
RGB
CMYK
RGB Variations
Color information
#0CE2FF (or 0x0CE2FF) is known color: Aqua. HEX triplet: 0C, E2 and FF. RGB value is (12,226,255). Sum of RGB (Red+Green+Blue) = 12+226+255=493 (65% of max value = 765). Red value is 12 (5.08% from 255 or 2.43% from 493); Green value is 226 (88.67% from 255 or 45.84% from 493); Blue value is 255 (100% from 255 or 51.72% from 493); Max value from RGB is 255 - color contains mainly: blue. Hex color #0CE2FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0CE2FF is #F31D00. Grayscale: #A4A4A4. Windows color (decimal): -15932673 or 16769548. OLE color: 16769548.
HSL color Cylindrical-coordinate representation of color #0CE2FF: hue angle of 187.16º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CE2FF is Cyan = 0.95, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 12 | 226 | 255 | - |
| CMYK | 0.95 | 0.11 | 0 | 0 |
| HSL | 187.16º | 1% | 0.52% | - |
| HSV(B) | 187.16º | 0.95% | 1% | - |
| XYZ | 45.4 | 61.69 | 104.12 | - |
| YUV | 165.32 | 178.6 | 18.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 226 | 255 | 0.95 | 0.11 | 0 | 0 | 187.16 | 1 | 0.52 |
| Hex | C | E2 | FF | 5F | B | 0 | 0 | BB | 64 | 34 |
| Octal | 14 | 342 | 377 | 137 | 13 | 0 | 0 | 273 | 144 | 64 |
| Binary | 1100 | 11100010 | 11111111 | 1011111 | 1011 | 0 | 0 | 10111011 | 1100100 | 110100 |
Color Harmonies of #0CE2FF
Complementary color
Monochromatic Colors of #0CE2FF
Black with #0CE2FF
Text Example
Text Example
White with #0CE2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CE2FF; }
p { color: rgb(12,226,255); }
H1.HeaderClassName
{
color: #0CE2FF;
}
.AnyTagClassName
{
color: #0CE2FF;
}
</style>
background-color css
<style>
a { background-color: #0CE2FF; }
a { background-color: rgb(12,226,255); }
div.DivClassName
{
background-color: #0CE2FF;
}
.BgClassName
{
background-color: #0CE2FF;
}
</style>
border-color css
<style>
span { border-color: #0CE2FF; }
span { border-color: rgb(12,226,255); }
td.TdClassName
{
border-color: #0CE2FF;
}
.TagClassName
{
border-color: #0CE2FF;
}
</style>