Shades of Aqua #0DEEFC
Tints of Aqua #0DEEFC
RGB
CMYK
RGB Variations
Color information
#0DEEFC (or 0x0DEEFC) is known color: Aqua. HEX triplet: 0D, EE and FC. RGB value is (13,238,252). Sum of RGB (Red+Green+Blue) = 13+238+252=503 (66% of max value = 765). Red value is 13 (5.47% from 255 or 2.58% from 503); Green value is 238 (93.36% from 255 or 47.32% from 503); Blue value is 252 (98.83% from 255 or 50.10% from 503); Max value from RGB is 252 - color contains mainly: blue. Hex color #0DEEFC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0DEEFC is #F21103. Grayscale: #ACACAC. Windows color (decimal): -15864068 or 16576013. OLE color: 16576013.
HSL color Cylindrical-coordinate representation of color #0DEEFC: hue angle of 183.51º 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 #0DEEFC is Cyan = 0.95, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 13 | 238 | 252 | - |
| CMYK | 0.95 | 0.06 | 0 | 0.01 |
| HSL | 183.51º | 0.98% | 0.52% | - |
| HSV(B) | 183.51º | 0.95% | 0.99% | - |
| XYZ | 48.31 | 68.26 | 102.73 | - |
| YUV | 172.32 | 172.96 | 14.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 238 | 252 | 0.95 | 0.06 | 0 | 0.01 | 183.51 | 0.98 | 0.52 |
| Hex | D | EE | FC | 5F | 6 | 0 | 1 | B8 | 62 | 34 |
| Octal | 15 | 356 | 374 | 137 | 6 | 0 | 1 | 270 | 142 | 64 |
| Binary | 1101 | 11101110 | 11111100 | 1011111 | 110 | 0 | 1 | 10111000 | 1100010 | 110100 |
Color Harmonies of #0DEEFC
Complementary color
Monochromatic Colors of #0DEEFC
Black with #0DEEFC
Text Example
Text Example
White with #0DEEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DEEFC; }
p { color: rgb(13,238,252); }
H1.HeaderClassName
{
color: #0DEEFC;
}
.AnyTagClassName
{
color: #0DEEFC;
}
</style>
background-color css
<style>
a { background-color: #0DEEFC; }
a { background-color: rgb(13,238,252); }
div.DivClassName
{
background-color: #0DEEFC;
}
.BgClassName
{
background-color: #0DEEFC;
}
</style>
border-color css
<style>
span { border-color: #0DEEFC; }
span { border-color: rgb(13,238,252); }
td.TdClassName
{
border-color: #0DEEFC;
}
.TagClassName
{
border-color: #0DEEFC;
}
</style>