Shades of Aqua #0CEDFD
Tints of Aqua #0CEDFD
RGB
CMYK
RGB Variations
Color information
#0CEDFD (or 0x0CEDFD) is known color: Aqua. HEX triplet: 0C, ED and FD. RGB value is (12,237,253). Sum of RGB (Red+Green+Blue) = 12+237+253=502 (66% of max value = 765). Red value is 12 (5.08% from 255 or 2.39% from 502); Green value is 237 (92.97% from 255 or 47.21% from 502); Blue value is 253 (99.22% from 255 or 50.40% from 502); Max value from RGB is 253 - color contains mainly: blue. Hex color #0CEDFD is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0CEDFD is #F31202. Grayscale: #ABABAB. Windows color (decimal): -15929859 or 16641292. OLE color: 16641292.
HSL color Cylindrical-coordinate representation of color #0CEDFD: hue angle of 183.98º 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 #0CEDFD is Cyan = 0.95, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 12 | 237 | 253 | - |
| CMYK | 0.95 | 0.06 | 0 | 0.01 |
| HSL | 183.98º | 0.98% | 0.52% | - |
| HSV(B) | 183.98º | 0.95% | 0.99% | - |
| XYZ | 48.17 | 67.74 | 103.46 | - |
| YUV | 171.55 | 173.96 | 14.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 237 | 253 | 0.95 | 0.06 | 0 | 0.01 | 183.98 | 0.98 | 0.52 |
| Hex | C | ED | FD | 5F | 6 | 0 | 1 | B8 | 62 | 34 |
| Octal | 14 | 355 | 375 | 137 | 6 | 0 | 1 | 270 | 142 | 64 |
| Binary | 1100 | 11101101 | 11111101 | 1011111 | 110 | 0 | 1 | 10111000 | 1100010 | 110100 |
Color Harmonies of #0CEDFD
Complementary color
Monochromatic Colors of #0CEDFD
Black with #0CEDFD
Text Example
Text Example
White with #0CEDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CEDFD; }
p { color: rgb(12,237,253); }
H1.HeaderClassName
{
color: #0CEDFD;
}
.AnyTagClassName
{
color: #0CEDFD;
}
</style>
background-color css
<style>
a { background-color: #0CEDFD; }
a { background-color: rgb(12,237,253); }
div.DivClassName
{
background-color: #0CEDFD;
}
.BgClassName
{
background-color: #0CEDFD;
}
</style>
border-color css
<style>
span { border-color: #0CEDFD; }
span { border-color: rgb(12,237,253); }
td.TdClassName
{
border-color: #0CEDFD;
}
.TagClassName
{
border-color: #0CEDFD;
}
</style>