Shades of Aqua #0CF9FF
Tints of Aqua #0CF9FF
RGB
CMYK
RGB Variations
Color information
#0CF9FF (or 0x0CF9FF) is known color: Aqua. HEX triplet: 0C, F9 and FF. RGB value is (12,249,255). Sum of RGB (Red+Green+Blue) = 12+249+255=516 (68% of max value = 765). Red value is 12 (5.08% from 255 or 2.33% from 516); Green value is 249 (97.66% from 255 or 48.26% from 516); Blue value is 255 (100% from 255 or 49.42% from 516); Max value from RGB is 255 - color contains mainly: blue. Hex color #0CF9FF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0CF9FF is #F30600. Grayscale: #B2B2B2. Windows color (decimal): -15926785 or 16775436. OLE color: 16775436.
HSL color Cylindrical-coordinate representation of color #0CF9FF: hue angle of 181.48º 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 #0CF9FF is Cyan = 0.95, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 12 | 249 | 255 | - |
| CMYK | 0.95 | 0.02 | 0 | 0 |
| HSL | 181.48º | 1% | 0.52% | - |
| HSV(B) | 181.48º | 0.95% | 1% | - |
| XYZ | 52.08 | 75.05 | 106.35 | - |
| YUV | 178.82 | 170.98 | 9.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 249 | 255 | 0.95 | 0.02 | 0 | 0 | 181.48 | 1 | 0.52 |
| Hex | C | F9 | FF | 5F | 2 | 0 | 0 | B5 | 64 | 34 |
| Octal | 14 | 371 | 377 | 137 | 2 | 0 | 0 | 265 | 144 | 64 |
| Binary | 1100 | 11111001 | 11111111 | 1011111 | 10 | 0 | 0 | 10110101 | 1100100 | 110100 |
Color Harmonies of #0CF9FF
Complementary color
Monochromatic Colors of #0CF9FF
Black with #0CF9FF
Text Example
Text Example
White with #0CF9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CF9FF; }
p { color: rgb(12,249,255); }
H1.HeaderClassName
{
color: #0CF9FF;
}
.AnyTagClassName
{
color: #0CF9FF;
}
</style>
background-color css
<style>
a { background-color: #0CF9FF; }
a { background-color: rgb(12,249,255); }
div.DivClassName
{
background-color: #0CF9FF;
}
.BgClassName
{
background-color: #0CF9FF;
}
</style>
border-color css
<style>
span { border-color: #0CF9FF; }
span { border-color: rgb(12,249,255); }
td.TdClassName
{
border-color: #0CF9FF;
}
.TagClassName
{
border-color: #0CF9FF;
}
</style>