Shades of Aqua #10EFFB
Tints of Aqua #10EFFB
RGB
CMYK
RGB Variations
Color information
#10EFFB (or 0x10EFFB) is known color: Aqua. HEX triplet: 10, EF and FB. RGB value is (16,239,251). Sum of RGB (Red+Green+Blue) = 16+239+251=506 (67% of max value = 765). Red value is 16 (6.64% from 255 or 3.16% from 506); Green value is 239 (93.75% from 255 or 47.23% 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 #10EFFB is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #10EFFB is #EF1004. Grayscale: #ADADAD. Windows color (decimal): -15667205 or 16510736. OLE color: 16510736.
HSL color Cylindrical-coordinate representation of color #10EFFB: hue angle of 183.06º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10EFFB is Cyan = 0.94, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 16 | 239 | 251 | - |
| CMYK | 0.94 | 0.05 | 0 | 0.02 |
| HSL | 183.06º | 0.97% | 0.52% | - |
| HSV(B) | 183.06º | 0.94% | 0.98% | - |
| XYZ | 48.49 | 68.81 | 101.99 | - |
| YUV | 173.69 | 171.62 | 15.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 239 | 251 | 0.94 | 0.05 | 0 | 0.02 | 183.06 | 0.97 | 0.52 |
| Hex | 10 | EF | FB | 5E | 5 | 0 | 2 | B7 | 61 | 34 |
| Octal | 20 | 357 | 373 | 136 | 5 | 0 | 2 | 267 | 141 | 64 |
| Binary | 10000 | 11101111 | 11111011 | 1011110 | 101 | 0 | 10 | 10110111 | 1100001 | 110100 |
Color Harmonies of #10EFFB
Complementary color
Monochromatic Colors of #10EFFB
Black with #10EFFB
Text Example
Text Example
White with #10EFFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10EFFB; }
p { color: rgb(16,239,251); }
H1.HeaderClassName
{
color: #10EFFB;
}
.AnyTagClassName
{
color: #10EFFB;
}
</style>
background-color css
<style>
a { background-color: #10EFFB; }
a { background-color: rgb(16,239,251); }
div.DivClassName
{
background-color: #10EFFB;
}
.BgClassName
{
background-color: #10EFFB;
}
</style>
border-color css
<style>
span { border-color: #10EFFB; }
span { border-color: rgb(16,239,251); }
td.TdClassName
{
border-color: #10EFFB;
}
.TagClassName
{
border-color: #10EFFB;
}
</style>