Shades of Aqua #0CFBFE
Tints of Aqua #0CFBFE
RGB
CMYK
RGB Variations
Color information
#0CFBFE (or 0x0CFBFE) is known color: Aqua. HEX triplet: 0C, FB and FE. RGB value is (12,251,254). Sum of RGB (Red+Green+Blue) = 12+251+254=517 (68% of max value = 765). Red value is 12 (5.08% from 255 or 2.32% from 517); Green value is 251 (98.44% from 255 or 48.55% from 517); Blue value is 254 (99.61% from 255 or 49.13% from 517); Max value from RGB is 254 - color contains mainly: blue. Hex color #0CFBFE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0CFBFE is #F30401. Grayscale: #B3B3B3. Windows color (decimal): -15926274 or 16710412. OLE color: 16710412.
HSL color Cylindrical-coordinate representation of color #0CFBFE: hue angle of 180.74º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CFBFE is Cyan = 0.95, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 12 | 251 | 254 | - |
| CMYK | 0.95 | 0.01 | 0 | 0.00 |
| HSL | 180.74º | 0.99% | 0.52% | - |
| HSV(B) | 180.74º | 0.95% | 1% | - |
| XYZ | 52.54 | 76.23 | 105.71 | - |
| YUV | 179.88 | 169.82 | 8.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 251 | 254 | 0.95 | 0.01 | 0 | 0.00 | 180.74 | 0.99 | 0.52 |
| Hex | C | FB | FE | 5F | 1 | 0 | 0 | B5 | 63 | 34 |
| Octal | 14 | 373 | 376 | 137 | 1 | 0 | 0 | 265 | 143 | 64 |
| Binary | 1100 | 11111011 | 11111110 | 1011111 | 1 | 0 | 0 | 10110101 | 1100011 | 110100 |
Color Harmonies of #0CFBFE
Complementary color
Monochromatic Colors of #0CFBFE
Black with #0CFBFE
Text Example
Text Example
White with #0CFBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CFBFE; }
p { color: rgb(12,251,254); }
H1.HeaderClassName
{
color: #0CFBFE;
}
.AnyTagClassName
{
color: #0CFBFE;
}
</style>
background-color css
<style>
a { background-color: #0CFBFE; }
a { background-color: rgb(12,251,254); }
div.DivClassName
{
background-color: #0CFBFE;
}
.BgClassName
{
background-color: #0CFBFE;
}
</style>
border-color css
<style>
span { border-color: #0CFBFE; }
span { border-color: rgb(12,251,254); }
td.TdClassName
{
border-color: #0CFBFE;
}
.TagClassName
{
border-color: #0CFBFE;
}
</style>