Shades of Aqua #0CE7FF
Tints of Aqua #0CE7FF
RGB
CMYK
RGB Variations
Color information
#0CE7FF (or 0x0CE7FF) is known color: Aqua. HEX triplet: 0C, E7 and FF. RGB value is (12,231,255). Sum of RGB (Red+Green+Blue) = 12+231+255=498 (65% of max value = 765). Red value is 12 (5.08% from 255 or 2.41% from 498); Green value is 231 (90.62% from 255 or 46.39% from 498); Blue value is 255 (100% from 255 or 51.20% from 498); Max value from RGB is 255 - color contains mainly: blue. Hex color #0CE7FF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0CE7FF is #F31800. Grayscale: #A7A7A7. Windows color (decimal): -15931393 or 16770828. OLE color: 16770828.
HSL color Cylindrical-coordinate representation of color #0CE7FF: hue angle of 185.93º 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 #0CE7FF is Cyan = 0.95, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 12 | 231 | 255 | - |
| CMYK | 0.95 | 0.09 | 0 | 0 |
| HSL | 185.93º | 1% | 0.52% | - |
| HSV(B) | 185.93º | 0.95% | 1% | - |
| XYZ | 46.78 | 64.45 | 104.58 | - |
| YUV | 168.26 | 176.95 | 16.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 231 | 255 | 0.95 | 0.09 | 0 | 0 | 185.93 | 1 | 0.52 |
| Hex | C | E7 | FF | 5F | 9 | 0 | 0 | BA | 64 | 34 |
| Octal | 14 | 347 | 377 | 137 | 11 | 0 | 0 | 272 | 144 | 64 |
| Binary | 1100 | 11100111 | 11111111 | 1011111 | 1001 | 0 | 0 | 10111010 | 1100100 | 110100 |
Color Harmonies of #0CE7FF
Complementary color
Monochromatic Colors of #0CE7FF
Black with #0CE7FF
Text Example
Text Example
White with #0CE7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CE7FF; }
p { color: rgb(12,231,255); }
H1.HeaderClassName
{
color: #0CE7FF;
}
.AnyTagClassName
{
color: #0CE7FF;
}
</style>
background-color css
<style>
a { background-color: #0CE7FF; }
a { background-color: rgb(12,231,255); }
div.DivClassName
{
background-color: #0CE7FF;
}
.BgClassName
{
background-color: #0CE7FF;
}
</style>
border-color css
<style>
span { border-color: #0CE7FF; }
span { border-color: rgb(12,231,255); }
td.TdClassName
{
border-color: #0CE7FF;
}
.TagClassName
{
border-color: #0CE7FF;
}
</style>