Shades of Aqua #0CF6FF
Tints of Aqua #0CF6FF
RGB
CMYK
RGB Variations
Color information
#0CF6FF (or 0x0CF6FF) is known color: Aqua. HEX triplet: 0C, F6 and FF. RGB value is (12,246,255). Sum of RGB (Red+Green+Blue) = 12+246+255=513 (67% of max value = 765). Red value is 12 (5.08% from 255 or 2.34% from 513); Green value is 246 (96.48% from 255 or 47.95% from 513); Blue value is 255 (100% from 255 or 49.71% from 513); Max value from RGB is 255 - color contains mainly: blue. Hex color #0CF6FF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0CF6FF is #F30900. Grayscale: #B0B0B0. Windows color (decimal): -15927553 or 16774668. OLE color: 16774668.
HSL color Cylindrical-coordinate representation of color #0CF6FF: hue angle of 182.22º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CF6FF is Cyan = 0.95, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 12 | 246 | 255 | - |
| CMYK | 0.95 | 0.04 | 0 | 0 |
| HSL | 182.22º | 1% | 0.52% | - |
| HSV(B) | 182.22º | 0.95% | 1% | - |
| XYZ | 51.16 | 73.21 | 106.04 | - |
| YUV | 177.06 | 171.98 | 10.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 246 | 255 | 0.95 | 0.04 | 0 | 0 | 182.22 | 1 | 0.52 |
| Hex | C | F6 | FF | 5F | 4 | 0 | 0 | B6 | 64 | 34 |
| Octal | 14 | 366 | 377 | 137 | 4 | 0 | 0 | 266 | 144 | 64 |
| Binary | 1100 | 11110110 | 11111111 | 1011111 | 100 | 0 | 0 | 10110110 | 1100100 | 110100 |
Color Harmonies of #0CF6FF
Complementary color
Monochromatic Colors of #0CF6FF
Black with #0CF6FF
Text Example
Text Example
White with #0CF6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CF6FF; }
p { color: rgb(12,246,255); }
H1.HeaderClassName
{
color: #0CF6FF;
}
.AnyTagClassName
{
color: #0CF6FF;
}
</style>
background-color css
<style>
a { background-color: #0CF6FF; }
a { background-color: rgb(12,246,255); }
div.DivClassName
{
background-color: #0CF6FF;
}
.BgClassName
{
background-color: #0CF6FF;
}
</style>
border-color css
<style>
span { border-color: #0CF6FF; }
span { border-color: rgb(12,246,255); }
td.TdClassName
{
border-color: #0CF6FF;
}
.TagClassName
{
border-color: #0CF6FF;
}
</style>