Shades of Aqua #0CFBEF
Tints of Aqua #0CFBEF
RGB
CMYK
RGB Variations
Color information
#0CFBEF (or 0x0CFBEF) is known color: Aqua. HEX triplet: 0C, FB and EF. RGB value is (12,251,239). Sum of RGB (Red+Green+Blue) = 12+251+239=502 (66% of max value = 765). Red value is 12 (5.08% from 255 or 2.39% from 502); Green value is 251 (98.44% from 255 or 50% from 502); Blue value is 239 (93.75% from 255 or 47.61% from 502); Max value from RGB is 251 - color contains mainly: green. Hex color #0CFBEF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0CFBEF is #F30410. Grayscale: #B1B1B1. Windows color (decimal): -15926289 or 15727372. OLE color: 15727372.
HSL color Cylindrical-coordinate representation of color #0CFBEF: hue angle of 176.99º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CFBEF is Cyan = 0.95, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 12 | 251 | 239 | - |
| CMYK | 0.95 | 0 | 0.05 | 0.02 |
| HSL | 176.99º | 0.97% | 0.52% | - |
| HSV(B) | 176.99º | 0.95% | 0.98% | - |
| XYZ | 50.23 | 75.3 | 93.55 | - |
| YUV | 178.17 | 162.32 | 9.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 251 | 239 | 0.95 | 0 | 0.05 | 0.02 | 176.99 | 0.97 | 0.52 |
| Hex | C | FB | EF | 5F | 0 | 5 | 2 | B1 | 61 | 34 |
| Octal | 14 | 373 | 357 | 137 | 0 | 5 | 2 | 261 | 141 | 64 |
| Binary | 1100 | 11111011 | 11101111 | 1011111 | 0 | 101 | 10 | 10110001 | 1100001 | 110100 |
Color Harmonies of #0CFBEF
Complementary color
Monochromatic Colors of #0CFBEF
Black with #0CFBEF
Text Example
Text Example
White with #0CFBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CFBEF; }
p { color: rgb(12,251,239); }
H1.HeaderClassName
{
color: #0CFBEF;
}
.AnyTagClassName
{
color: #0CFBEF;
}
</style>
background-color css
<style>
a { background-color: #0CFBEF; }
a { background-color: rgb(12,251,239); }
div.DivClassName
{
background-color: #0CFBEF;
}
.BgClassName
{
background-color: #0CFBEF;
}
</style>
border-color css
<style>
span { border-color: #0CFBEF; }
span { border-color: rgb(12,251,239); }
td.TdClassName
{
border-color: #0CFBEF;
}
.TagClassName
{
border-color: #0CFBEF;
}
</style>