Shades of Aqua #0CFAFE
Tints of Aqua #0CFAFE
RGB
CMYK
RGB Variations
Color information
#0CFAFE (or 0x0CFAFE) is known color: Aqua. HEX triplet: 0C, FA and FE. RGB value is (12,250,254). Sum of RGB (Red+Green+Blue) = 12+250+254=516 (68% of max value = 765). Red value is 12 (5.08% from 255 or 2.33% from 516); Green value is 250 (98.05% from 255 or 48.45% from 516); Blue value is 254 (99.61% from 255 or 49.22% from 516); Max value from RGB is 254 - color contains mainly: blue. Hex color #0CFAFE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0CFAFE is #F30501. Grayscale: #B3B3B3. Windows color (decimal): -15926530 or 16710156. OLE color: 16710156.
HSL color Cylindrical-coordinate representation of color #0CFAFE: hue angle of 180.99º 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 #0CFAFE is Cyan = 0.95, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 12 | 250 | 254 | - |
| CMYK | 0.95 | 0.02 | 0 | 0.00 |
| HSL | 180.99º | 0.99% | 0.52% | - |
| HSV(B) | 180.99º | 0.95% | 1% | - |
| XYZ | 52.23 | 75.61 | 105.61 | - |
| YUV | 179.29 | 170.15 | 8.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 250 | 254 | 0.95 | 0.02 | 0 | 0.00 | 180.99 | 0.99 | 0.52 |
| Hex | C | FA | FE | 5F | 2 | 0 | 0 | B5 | 63 | 34 |
| Octal | 14 | 372 | 376 | 137 | 2 | 0 | 0 | 265 | 143 | 64 |
| Binary | 1100 | 11111010 | 11111110 | 1011111 | 10 | 0 | 0 | 10110101 | 1100011 | 110100 |
Color Harmonies of #0CFAFE
Complementary color
Monochromatic Colors of #0CFAFE
Black with #0CFAFE
Text Example
Text Example
White with #0CFAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CFAFE; }
p { color: rgb(12,250,254); }
H1.HeaderClassName
{
color: #0CFAFE;
}
.AnyTagClassName
{
color: #0CFAFE;
}
</style>
background-color css
<style>
a { background-color: #0CFAFE; }
a { background-color: rgb(12,250,254); }
div.DivClassName
{
background-color: #0CFAFE;
}
.BgClassName
{
background-color: #0CFAFE;
}
</style>
border-color css
<style>
span { border-color: #0CFAFE; }
span { border-color: rgb(12,250,254); }
td.TdClassName
{
border-color: #0CFAFE;
}
.TagClassName
{
border-color: #0CFAFE;
}
</style>