Shades of Aqua #0CF8FC
Tints of Aqua #0CF8FC
RGB
CMYK
RGB Variations
Color information
#0CF8FC (or 0x0CF8FC) is known color: Aqua. HEX triplet: 0C, F8 and FC. RGB value is (12,248,252). Sum of RGB (Red+Green+Blue) = 12+248+252=512 (67% of max value = 765). Red value is 12 (5.08% from 255 or 2.34% from 512); Green value is 248 (97.27% from 255 or 48.44% from 512); Blue value is 252 (98.83% from 255 or 49.22% from 512); Max value from RGB is 252 - color contains mainly: blue. Hex color #0CF8FC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0CF8FC is #F30703. Grayscale: #B1B1B1. Windows color (decimal): -15927044 or 16578572. OLE color: 16578572.
HSL color Cylindrical-coordinate representation of color #0CF8FC: hue angle of 181º 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 #0CF8FC is Cyan = 0.95, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 12 | 248 | 252 | - |
| CMYK | 0.95 | 0.02 | 0 | 0.01 |
| HSL | 181º | 0.98% | 0.52% | - |
| HSV(B) | 181º | 0.95% | 0.99% | - |
| XYZ | 51.29 | 74.24 | 103.72 | - |
| YUV | 177.89 | 169.81 | 9.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 248 | 252 | 0.95 | 0.02 | 0 | 0.01 | 181 | 0.98 | 0.52 |
| Hex | C | F8 | FC | 5F | 2 | 0 | 1 | B5 | 62 | 34 |
| Octal | 14 | 370 | 374 | 137 | 2 | 0 | 1 | 265 | 142 | 64 |
| Binary | 1100 | 11111000 | 11111100 | 1011111 | 10 | 0 | 1 | 10110101 | 1100010 | 110100 |
Color Harmonies of #0CF8FC
Complementary color
Monochromatic Colors of #0CF8FC
Black with #0CF8FC
Text Example
Text Example
White with #0CF8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CF8FC; }
p { color: rgb(12,248,252); }
H1.HeaderClassName
{
color: #0CF8FC;
}
.AnyTagClassName
{
color: #0CF8FC;
}
</style>
background-color css
<style>
a { background-color: #0CF8FC; }
a { background-color: rgb(12,248,252); }
div.DivClassName
{
background-color: #0CF8FC;
}
.BgClassName
{
background-color: #0CF8FC;
}
</style>
border-color css
<style>
span { border-color: #0CF8FC; }
span { border-color: rgb(12,248,252); }
td.TdClassName
{
border-color: #0CF8FC;
}
.TagClassName
{
border-color: #0CF8FC;
}
</style>