Shades of Aqua #0CFAFC
Tints of Aqua #0CFAFC
RGB
CMYK
RGB Variations
Color information
#0CFAFC (or 0x0CFAFC) is known color: Aqua. HEX triplet: 0C, FA and FC. RGB value is (12,250,252). Sum of RGB (Red+Green+Blue) = 12+250+252=514 (68% of max value = 765). Red value is 12 (5.08% from 255 or 2.33% from 514); Green value is 250 (98.05% from 255 or 48.64% from 514); Blue value is 252 (98.83% from 255 or 49.03% from 514); Max value from RGB is 252 - color contains mainly: blue. Hex color #0CFAFC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0CFAFC is #F30503. Grayscale: #B2B2B2. Windows color (decimal): -15926532 or 16579084. OLE color: 16579084.
HSL color Cylindrical-coordinate representation of color #0CFAFC: hue angle of 180.5º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CFAFC is Cyan = 0.95, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 12 | 250 | 252 | - |
| CMYK | 0.95 | 0.01 | 0 | 0.01 |
| HSL | 180.5º | 0.98% | 0.52% | - |
| HSV(B) | 180.5º | 0.95% | 0.99% | - |
| XYZ | 51.91 | 75.48 | 103.93 | - |
| YUV | 179.07 | 169.15 | 8.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 250 | 252 | 0.95 | 0.01 | 0 | 0.01 | 180.5 | 0.98 | 0.52 |
| Hex | C | FA | FC | 5F | 1 | 0 | 1 | B4 | 62 | 34 |
| Octal | 14 | 372 | 374 | 137 | 1 | 0 | 1 | 264 | 142 | 64 |
| Binary | 1100 | 11111010 | 11111100 | 1011111 | 1 | 0 | 1 | 10110100 | 1100010 | 110100 |
Color Harmonies of #0CFAFC
Complementary color
Monochromatic Colors of #0CFAFC
Black with #0CFAFC
Text Example
Text Example
White with #0CFAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CFAFC; }
p { color: rgb(12,250,252); }
H1.HeaderClassName
{
color: #0CFAFC;
}
.AnyTagClassName
{
color: #0CFAFC;
}
</style>
background-color css
<style>
a { background-color: #0CFAFC; }
a { background-color: rgb(12,250,252); }
div.DivClassName
{
background-color: #0CFAFC;
}
.BgClassName
{
background-color: #0CFAFC;
}
</style>
border-color css
<style>
span { border-color: #0CFAFC; }
span { border-color: rgb(12,250,252); }
td.TdClassName
{
border-color: #0CFAFC;
}
.TagClassName
{
border-color: #0CFAFC;
}
</style>