Shades of Aqua #0CF0FD
Tints of Aqua #0CF0FD
RGB
CMYK
RGB Variations
Color information
#0CF0FD (or 0x0CF0FD) is known color: Aqua. HEX triplet: 0C, F0 and FD. RGB value is (12,240,253). Sum of RGB (Red+Green+Blue) = 12+240+253=505 (66% of max value = 765). Red value is 12 (5.08% from 255 or 2.38% from 505); Green value is 240 (94.14% from 255 or 47.52% from 505); Blue value is 253 (99.22% from 255 or 50.10% from 505); Max value from RGB is 253 - color contains mainly: blue. Hex color #0CF0FD is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0CF0FD is #F30F02. Grayscale: #ADADAD. Windows color (decimal): -15929091 or 16642060. OLE color: 16642060.
HSL color Cylindrical-coordinate representation of color #0CF0FD: hue angle of 183.24º 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 #0CF0FD is Cyan = 0.95, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 12 | 240 | 253 | - |
| CMYK | 0.95 | 0.05 | 0 | 0.01 |
| HSL | 183.24º | 0.98% | 0.52% | - |
| HSV(B) | 183.24º | 0.95% | 0.99% | - |
| XYZ | 49.04 | 69.49 | 103.76 | - |
| YUV | 173.31 | 172.96 | 12.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 240 | 253 | 0.95 | 0.05 | 0 | 0.01 | 183.24 | 0.98 | 0.52 |
| Hex | C | F0 | FD | 5F | 5 | 0 | 1 | B7 | 62 | 34 |
| Octal | 14 | 360 | 375 | 137 | 5 | 0 | 1 | 267 | 142 | 64 |
| Binary | 1100 | 11110000 | 11111101 | 1011111 | 101 | 0 | 1 | 10110111 | 1100010 | 110100 |
Color Harmonies of #0CF0FD
Complementary color
Monochromatic Colors of #0CF0FD
Black with #0CF0FD
Text Example
Text Example
White with #0CF0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CF0FD; }
p { color: rgb(12,240,253); }
H1.HeaderClassName
{
color: #0CF0FD;
}
.AnyTagClassName
{
color: #0CF0FD;
}
</style>
background-color css
<style>
a { background-color: #0CF0FD; }
a { background-color: rgb(12,240,253); }
div.DivClassName
{
background-color: #0CF0FD;
}
.BgClassName
{
background-color: #0CF0FD;
}
</style>
border-color css
<style>
span { border-color: #0CF0FD; }
span { border-color: rgb(12,240,253); }
td.TdClassName
{
border-color: #0CF0FD;
}
.TagClassName
{
border-color: #0CF0FD;
}
</style>