Shades of Aqua #0CFDFF
Tints of Aqua #0CFDFF
RGB
CMYK
RGB Variations
Color information
#0CFDFF (or 0x0CFDFF) is known color: Aqua. HEX triplet: 0C, FD and FF. RGB value is (12,253,255). Sum of RGB (Red+Green+Blue) = 12+253+255=520 (68% of max value = 765). Red value is 12 (5.08% from 255 or 2.31% from 520); Green value is 253 (99.22% from 255 or 48.65% from 520); Blue value is 255 (100% from 255 or 49.04% from 520); Max value from RGB is 255 - color contains mainly: blue. Hex color #0CFDFF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0CFDFF is #F30200. Grayscale: #B4B4B4. Windows color (decimal): -15925761 or 16776460. OLE color: 16776460.
HSL color Cylindrical-coordinate representation of color #0CFDFF: hue angle of 180.49º 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 #0CFDFF is Cyan = 0.95, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 12 | 253 | 255 | - |
| CMYK | 0.95 | 0.01 | 0 | 0 |
| HSL | 180.49º | 1% | 0.52% | - |
| HSV(B) | 180.49º | 0.95% | 1% | - |
| XYZ | 53.33 | 77.55 | 106.77 | - |
| YUV | 181.17 | 169.66 | 7.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 253 | 255 | 0.95 | 0.01 | 0 | 0 | 180.49 | 1 | 0.52 |
| Hex | C | FD | FF | 5F | 1 | 0 | 0 | B4 | 64 | 34 |
| Octal | 14 | 375 | 377 | 137 | 1 | 0 | 0 | 264 | 144 | 64 |
| Binary | 1100 | 11111101 | 11111111 | 1011111 | 1 | 0 | 0 | 10110100 | 1100100 | 110100 |
Color Harmonies of #0CFDFF
Complementary color
Monochromatic Colors of #0CFDFF
Black with #0CFDFF
Text Example
Text Example
White with #0CFDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CFDFF; }
p { color: rgb(12,253,255); }
H1.HeaderClassName
{
color: #0CFDFF;
}
.AnyTagClassName
{
color: #0CFDFF;
}
</style>
background-color css
<style>
a { background-color: #0CFDFF; }
a { background-color: rgb(12,253,255); }
div.DivClassName
{
background-color: #0CFDFF;
}
.BgClassName
{
background-color: #0CFDFF;
}
</style>
border-color css
<style>
span { border-color: #0CFDFF; }
span { border-color: rgb(12,253,255); }
td.TdClassName
{
border-color: #0CFDFF;
}
.TagClassName
{
border-color: #0CFDFF;
}
</style>