Shades of Aqua #0DF2FE
Tints of Aqua #0DF2FE
RGB
CMYK
RGB Variations
Color information
#0DF2FE (or 0x0DF2FE) is known color: Aqua. HEX triplet: 0D, F2 and FE. RGB value is (13,242,254). Sum of RGB (Red+Green+Blue) = 13+242+254=509 (67% of max value = 765). Red value is 13 (5.47% from 255 or 2.55% from 509); Green value is 242 (94.92% from 255 or 47.54% from 509); Blue value is 254 (99.61% from 255 or 49.90% from 509); Max value from RGB is 254 - color contains mainly: blue. Hex color #0DF2FE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0DF2FE is #F20D01. Grayscale: #AEAEAE. Windows color (decimal): -15863042 or 16708109. OLE color: 16708109.
HSL color Cylindrical-coordinate representation of color #0DF2FE: hue angle of 182.99º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DF2FE is Cyan = 0.95, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 13 | 242 | 254 | - |
| CMYK | 0.95 | 0.05 | 0 | 0.00 |
| HSL | 182.99º | 0.99% | 0.52% | - |
| HSV(B) | 182.99º | 0.95% | 1% | - |
| XYZ | 49.81 | 70.75 | 104.8 | - |
| YUV | 174.9 | 172.63 | 12.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 242 | 254 | 0.95 | 0.05 | 0 | 0.00 | 182.99 | 0.99 | 0.52 |
| Hex | D | F2 | FE | 5F | 5 | 0 | 0 | B7 | 63 | 34 |
| Octal | 15 | 362 | 376 | 137 | 5 | 0 | 0 | 267 | 143 | 64 |
| Binary | 1101 | 11110010 | 11111110 | 1011111 | 101 | 0 | 0 | 10110111 | 1100011 | 110100 |
Color Harmonies of #0DF2FE
Complementary color
Monochromatic Colors of #0DF2FE
Black with #0DF2FE
Text Example
Text Example
White with #0DF2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DF2FE; }
p { color: rgb(13,242,254); }
H1.HeaderClassName
{
color: #0DF2FE;
}
.AnyTagClassName
{
color: #0DF2FE;
}
</style>
background-color css
<style>
a { background-color: #0DF2FE; }
a { background-color: rgb(13,242,254); }
div.DivClassName
{
background-color: #0DF2FE;
}
.BgClassName
{
background-color: #0DF2FE;
}
</style>
border-color css
<style>
span { border-color: #0DF2FE; }
span { border-color: rgb(13,242,254); }
td.TdClassName
{
border-color: #0DF2FE;
}
.TagClassName
{
border-color: #0DF2FE;
}
</style>