Shades of Aqua #0FFCFD
Tints of Aqua #0FFCFD
RGB
CMYK
RGB Variations
Color information
#0FFCFD (or 0x0FFCFD) is known color: Aqua. HEX triplet: 0F, FC and FD. RGB value is (15,252,253). Sum of RGB (Red+Green+Blue) = 15+252+253=520 (68% of max value = 765). Red value is 15 (6.25% from 255 or 2.88% from 520); Green value is 252 (98.83% from 255 or 48.46% from 520); Blue value is 253 (99.22% from 255 or 48.65% from 520); Max value from RGB is 253 - color contains mainly: blue. Hex color #0FFCFD is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0FFCFD is #F00302. Grayscale: #B5B5B5. Windows color (decimal): -15729411 or 16645135. OLE color: 16645135.
HSL color Cylindrical-coordinate representation of color #0FFCFD: hue angle of 180.25º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FFCFD is Cyan = 0.94, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 15 | 252 | 253 | - |
| CMYK | 0.94 | 0.00 | 0 | 0.01 |
| HSL | 180.25º | 0.98% | 0.53% | - |
| HSV(B) | 180.25º | 0.94% | 0.99% | - |
| XYZ | 52.74 | 76.81 | 104.98 | - |
| YUV | 181.25 | 168.48 | 9.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 252 | 253 | 0.94 | 0.00 | 0 | 0.01 | 180.25 | 0.98 | 0.53 |
| Hex | F | FC | FD | 5E | 0 | 0 | 1 | B4 | 62 | 35 |
| Octal | 17 | 374 | 375 | 136 | 0 | 0 | 1 | 264 | 142 | 65 |
| Binary | 1111 | 11111100 | 11111101 | 1011110 | 0 | 0 | 1 | 10110100 | 1100010 | 110101 |
Color Harmonies of #0FFCFD
Complementary color
Monochromatic Colors of #0FFCFD
Black with #0FFCFD
Text Example
Text Example
White with #0FFCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFCFD; }
p { color: rgb(15,252,253); }
H1.HeaderClassName
{
color: #0FFCFD;
}
.AnyTagClassName
{
color: #0FFCFD;
}
</style>
background-color css
<style>
a { background-color: #0FFCFD; }
a { background-color: rgb(15,252,253); }
div.DivClassName
{
background-color: #0FFCFD;
}
.BgClassName
{
background-color: #0FFCFD;
}
</style>
border-color css
<style>
span { border-color: #0FFCFD; }
span { border-color: rgb(15,252,253); }
td.TdClassName
{
border-color: #0FFCFD;
}
.TagClassName
{
border-color: #0FFCFD;
}
</style>