Shades of Aqua #0CEEFF
Tints of Aqua #0CEEFF
RGB
CMYK
RGB Variations
Color information
#0CEEFF (or 0x0CEEFF) is known color: Aqua. HEX triplet: 0C, EE and FF. RGB value is (12,238,255). Sum of RGB (Red+Green+Blue) = 12+238+255=505 (66% of max value = 765). Red value is 12 (5.08% from 255 or 2.38% from 505); Green value is 238 (93.36% from 255 or 47.13% from 505); Blue value is 255 (100% from 255 or 50.50% from 505); Max value from RGB is 255 - color contains mainly: blue. Hex color #0CEEFF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0CEEFF is #F31100. Grayscale: #ACACAC. Windows color (decimal): -15929601 or 16772620. OLE color: 16772620.
HSL color Cylindrical-coordinate representation of color #0CEEFF: hue angle of 184.2º 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 #0CEEFF is Cyan = 0.95, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 12 | 238 | 255 | - |
| CMYK | 0.95 | 0.07 | 0 | 0 |
| HSL | 184.2º | 1% | 0.52% | - |
| HSV(B) | 184.2º | 0.95% | 1% | - |
| XYZ | 48.78 | 68.45 | 105.25 | - |
| YUV | 172.36 | 174.63 | 13.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 238 | 255 | 0.95 | 0.07 | 0 | 0 | 184.2 | 1 | 0.52 |
| Hex | C | EE | FF | 5F | 7 | 0 | 0 | B8 | 64 | 34 |
| Octal | 14 | 356 | 377 | 137 | 7 | 0 | 0 | 270 | 144 | 64 |
| Binary | 1100 | 11101110 | 11111111 | 1011111 | 111 | 0 | 0 | 10111000 | 1100100 | 110100 |
Color Harmonies of #0CEEFF
Complementary color
Monochromatic Colors of #0CEEFF
Black with #0CEEFF
Text Example
Text Example
White with #0CEEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CEEFF; }
p { color: rgb(12,238,255); }
H1.HeaderClassName
{
color: #0CEEFF;
}
.AnyTagClassName
{
color: #0CEEFF;
}
</style>
background-color css
<style>
a { background-color: #0CEEFF; }
a { background-color: rgb(12,238,255); }
div.DivClassName
{
background-color: #0CEEFF;
}
.BgClassName
{
background-color: #0CEEFF;
}
</style>
border-color css
<style>
span { border-color: #0CEEFF; }
span { border-color: rgb(12,238,255); }
td.TdClassName
{
border-color: #0CEEFF;
}
.TagClassName
{
border-color: #0CEEFF;
}
</style>