Shades of Aqua #0DF2FB
Tints of Aqua #0DF2FB
RGB
CMYK
RGB Variations
Color information
#0DF2FB (or 0x0DF2FB) is known color: Aqua. HEX triplet: 0D, F2 and FB. RGB value is (13,242,251). Sum of RGB (Red+Green+Blue) = 13+242+251=506 (67% of max value = 765). Red value is 13 (5.47% from 255 or 2.57% from 506); Green value is 242 (94.92% from 255 or 47.83% from 506); Blue value is 251 (98.44% from 255 or 49.60% from 506); Max value from RGB is 251 - color contains mainly: blue. Hex color #0DF2FB is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0DF2FB is #F20D04. Grayscale: #AEAEAE. Windows color (decimal): -15863045 or 16511501. OLE color: 16511501.
HSL color Cylindrical-coordinate representation of color #0DF2FB: hue angle of 182.27º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DF2FB is Cyan = 0.95, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 13 | 242 | 251 | - |
| CMYK | 0.95 | 0.04 | 0 | 0.02 |
| HSL | 182.27º | 0.97% | 0.52% | - |
| HSV(B) | 182.27º | 0.95% | 0.98% | - |
| XYZ | 49.33 | 70.55 | 102.29 | - |
| YUV | 174.56 | 171.13 | 12.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 242 | 251 | 0.95 | 0.04 | 0 | 0.02 | 182.27 | 0.97 | 0.52 |
| Hex | D | F2 | FB | 5F | 4 | 0 | 2 | B6 | 61 | 34 |
| Octal | 15 | 362 | 373 | 137 | 4 | 0 | 2 | 266 | 141 | 64 |
| Binary | 1101 | 11110010 | 11111011 | 1011111 | 100 | 0 | 10 | 10110110 | 1100001 | 110100 |
Color Harmonies of #0DF2FB
Complementary color
Monochromatic Colors of #0DF2FB
Black with #0DF2FB
Text Example
Text Example
White with #0DF2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DF2FB; }
p { color: rgb(13,242,251); }
H1.HeaderClassName
{
color: #0DF2FB;
}
.AnyTagClassName
{
color: #0DF2FB;
}
</style>
background-color css
<style>
a { background-color: #0DF2FB; }
a { background-color: rgb(13,242,251); }
div.DivClassName
{
background-color: #0DF2FB;
}
.BgClassName
{
background-color: #0DF2FB;
}
</style>
border-color css
<style>
span { border-color: #0DF2FB; }
span { border-color: rgb(13,242,251); }
td.TdClassName
{
border-color: #0DF2FB;
}
.TagClassName
{
border-color: #0DF2FB;
}
</style>