Shades of Aqua #00EBFE
Tints of Aqua #00EBFE
RGB
CMYK
RGB Variations
Color information
#00EBFE (or 0x00EBFE) is known color: Aqua. HEX triplet: 00, EB and FE. RGB value is (0,235,254). Sum of RGB (Red+Green+Blue) = 0+235+254=489 (64% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 489); Green value is 235 (92.19% from 255 or 48.06% from 489); Blue value is 254 (99.61% from 255 or 51.94% from 489); Max value from RGB is 254 - color contains mainly: blue. Hex color #00EBFE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #00EBFE is #FF1401. Grayscale: #A6A6A6. Windows color (decimal): -16716802 or 16706304. OLE color: 16706304.
HSL color Cylindrical-coordinate representation of color #00EBFE: hue angle of 184.49º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00EBFE is Cyan = 1, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 0 | 235 | 254 | - |
| CMYK | 1 | 0.07 | 0 | 0.00 |
| HSL | 184.49º | 1% | 0.5% | - |
| HSV(B) | 184.49º | 1% | 1% | - |
| XYZ | 47.6 | 66.57 | 104.11 | - |
| YUV | 166.9 | 177.14 | 8.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 235 | 254 | 1 | 0.07 | 0 | 0.00 | 184.49 | 1 | 0.5 |
| Hex | 0 | EB | FE | 64 | 7 | 0 | 0 | B8 | 64 | 32 |
| Octal | 0 | 353 | 376 | 144 | 7 | 0 | 0 | 270 | 144 | 62 |
| Binary | 0 | 11101011 | 11111110 | 1100100 | 111 | 0 | 0 | 10111000 | 1100100 | 110010 |
Color Harmonies of #00EBFE
Complementary color
Monochromatic Colors of #00EBFE
Black with #00EBFE
Text Example
Text Example
White with #00EBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00EBFE; }
p { color: rgb(0,235,254); }
H1.HeaderClassName
{
color: #00EBFE;
}
.AnyTagClassName
{
color: #00EBFE;
}
</style>
background-color css
<style>
a { background-color: #00EBFE; }
a { background-color: rgb(0,235,254); }
div.DivClassName
{
background-color: #00EBFE;
}
.BgClassName
{
background-color: #00EBFE;
}
</style>
border-color css
<style>
span { border-color: #00EBFE; }
span { border-color: rgb(0,235,254); }
td.TdClassName
{
border-color: #00EBFE;
}
.TagClassName
{
border-color: #00EBFE;
}
</style>