Shades of Aqua #00EBFC
Tints of Aqua #00EBFC
RGB
CMYK
RGB Variations
Color information
#00EBFC (or 0x00EBFC) is known color: Aqua. HEX triplet: 00, EB and FC. RGB value is (0,235,252). Sum of RGB (Red+Green+Blue) = 0+235+252=487 (64% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 487); Green value is 235 (92.19% from 255 or 48.25% from 487); Blue value is 252 (98.83% from 255 or 51.75% from 487); Max value from RGB is 252 - color contains mainly: blue. Hex color #00EBFC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #00EBFC is #FF1403. Grayscale: #A6A6A6. Windows color (decimal): -16716804 or 16575232. OLE color: 16575232.
HSL color Cylindrical-coordinate representation of color #00EBFC: hue angle of 184.05º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00EBFC is Cyan = 1, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 0 | 235 | 252 | - |
| CMYK | 1 | 0.07 | 0 | 0.01 |
| HSL | 184.05º | 1% | 0.49% | - |
| HSV(B) | 184.05º | 1% | 0.99% | - |
| XYZ | 47.28 | 66.44 | 102.43 | - |
| YUV | 166.67 | 176.14 | 9.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 235 | 252 | 1 | 0.07 | 0 | 0.01 | 184.05 | 1 | 0.49 |
| Hex | 0 | EB | FC | 64 | 7 | 0 | 1 | B8 | 64 | 31 |
| Octal | 0 | 353 | 374 | 144 | 7 | 0 | 1 | 270 | 144 | 61 |
| Binary | 0 | 11101011 | 11111100 | 1100100 | 111 | 0 | 1 | 10111000 | 1100100 | 110001 |
Color Harmonies of #00EBFC
Complementary color
Monochromatic Colors of #00EBFC
Black with #00EBFC
Text Example
Text Example
White with #00EBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00EBFC; }
p { color: rgb(0,235,252); }
H1.HeaderClassName
{
color: #00EBFC;
}
.AnyTagClassName
{
color: #00EBFC;
}
</style>
background-color css
<style>
a { background-color: #00EBFC; }
a { background-color: rgb(0,235,252); }
div.DivClassName
{
background-color: #00EBFC;
}
.BgClassName
{
background-color: #00EBFC;
}
</style>
border-color css
<style>
span { border-color: #00EBFC; }
span { border-color: rgb(0,235,252); }
td.TdClassName
{
border-color: #00EBFC;
}
.TagClassName
{
border-color: #00EBFC;
}
</style>