Shades of Aqua #0CF2FB
Tints of Aqua #0CF2FB
RGB
CMYK
RGB Variations
Color information
#0CF2FB (or 0x0CF2FB) is known color: Aqua. HEX triplet: 0C, F2 and FB. RGB value is (12,242,251). Sum of RGB (Red+Green+Blue) = 12+242+251=505 (66% of max value = 765). Red value is 12 (5.08% from 255 or 2.38% from 505); Green value is 242 (94.92% from 255 or 47.92% from 505); Blue value is 251 (98.44% from 255 or 49.70% from 505); Max value from RGB is 251 - color contains mainly: blue. Hex color #0CF2FB is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0CF2FB is #F30D04. Grayscale: #ADADAD. Windows color (decimal): -15928581 or 16511500. OLE color: 16511500.
HSL color Cylindrical-coordinate representation of color #0CF2FB: hue angle of 182.26º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CF2FB is Cyan = 0.95, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 12 | 242 | 251 | - |
| CMYK | 0.95 | 0.04 | 0 | 0.02 |
| HSL | 182.26º | 0.97% | 0.52% | - |
| HSV(B) | 182.26º | 0.95% | 0.98% | - |
| XYZ | 49.32 | 70.55 | 102.28 | - |
| YUV | 174.26 | 171.3 | 12.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 242 | 251 | 0.95 | 0.04 | 0 | 0.02 | 182.26 | 0.97 | 0.52 |
| Hex | C | F2 | FB | 5F | 4 | 0 | 2 | B6 | 61 | 34 |
| Octal | 14 | 362 | 373 | 137 | 4 | 0 | 2 | 266 | 141 | 64 |
| Binary | 1100 | 11110010 | 11111011 | 1011111 | 100 | 0 | 10 | 10110110 | 1100001 | 110100 |
Color Harmonies of #0CF2FB
Complementary color
Monochromatic Colors of #0CF2FB
Black with #0CF2FB
Text Example
Text Example
White with #0CF2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CF2FB; }
p { color: rgb(12,242,251); }
H1.HeaderClassName
{
color: #0CF2FB;
}
.AnyTagClassName
{
color: #0CF2FB;
}
</style>
background-color css
<style>
a { background-color: #0CF2FB; }
a { background-color: rgb(12,242,251); }
div.DivClassName
{
background-color: #0CF2FB;
}
.BgClassName
{
background-color: #0CF2FB;
}
</style>
border-color css
<style>
span { border-color: #0CF2FB; }
span { border-color: rgb(12,242,251); }
td.TdClassName
{
border-color: #0CF2FB;
}
.TagClassName
{
border-color: #0CF2FB;
}
</style>