Shades of Aqua #0DF3FE
Tints of Aqua #0DF3FE
RGB
CMYK
RGB Variations
Color information
#0DF3FE (or 0x0DF3FE) is known color: Aqua. HEX triplet: 0D, F3 and FE. RGB value is (13,243,254). Sum of RGB (Red+Green+Blue) = 13+243+254=510 (67% of max value = 765). Red value is 13 (5.47% from 255 or 2.55% from 510); Green value is 243 (95.31% from 255 or 47.65% from 510); Blue value is 254 (99.61% from 255 or 49.80% from 510); Max value from RGB is 254 - color contains mainly: blue. Hex color #0DF3FE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0DF3FE is #F20C01. Grayscale: #AFAFAF. Windows color (decimal): -15862786 or 16708365. OLE color: 16708365.
HSL color Cylindrical-coordinate representation of color #0DF3FE: hue angle of 182.74º 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 #0DF3FE is Cyan = 0.95, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 13 | 243 | 254 | - |
| CMYK | 0.95 | 0.04 | 0 | 0.00 |
| HSL | 182.74º | 0.99% | 0.52% | - |
| HSV(B) | 182.74º | 0.95% | 1% | - |
| XYZ | 50.11 | 71.34 | 104.9 | - |
| YUV | 175.48 | 172.3 | 12.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 243 | 254 | 0.95 | 0.04 | 0 | 0.00 | 182.74 | 0.99 | 0.52 |
| Hex | D | F3 | FE | 5F | 4 | 0 | 0 | B7 | 63 | 34 |
| Octal | 15 | 363 | 376 | 137 | 4 | 0 | 0 | 267 | 143 | 64 |
| Binary | 1101 | 11110011 | 11111110 | 1011111 | 100 | 0 | 0 | 10110111 | 1100011 | 110100 |
Color Harmonies of #0DF3FE
Complementary color
Monochromatic Colors of #0DF3FE
Black with #0DF3FE
Text Example
Text Example
White with #0DF3FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DF3FE; }
p { color: rgb(13,243,254); }
H1.HeaderClassName
{
color: #0DF3FE;
}
.AnyTagClassName
{
color: #0DF3FE;
}
</style>
background-color css
<style>
a { background-color: #0DF3FE; }
a { background-color: rgb(13,243,254); }
div.DivClassName
{
background-color: #0DF3FE;
}
.BgClassName
{
background-color: #0DF3FE;
}
</style>
border-color css
<style>
span { border-color: #0DF3FE; }
span { border-color: rgb(13,243,254); }
td.TdClassName
{
border-color: #0DF3FE;
}
.TagClassName
{
border-color: #0DF3FE;
}
</style>