Shades of Aqua #30ECFE
Tints of Aqua #30ECFE
RGB
CMYK
RGB Variations
Color information
#30ECFE (or 0x30ECFE) is known color: Aqua. HEX triplet: 30, EC and FE. RGB value is (48,236,254). Sum of RGB (Red+Green+Blue) = 48+236+254=538 (71% of max value = 765). Red value is 48 (19.14% from 255 or 8.92% from 538); Green value is 236 (92.58% from 255 or 43.87% from 538); Blue value is 254 (99.61% from 255 or 47.21% from 538); Max value from RGB is 254 - color contains mainly: blue. Hex color #30ECFE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #30ECFE is #CF1301. Grayscale: #B5B5B5. Windows color (decimal): -13570818 or 16706608. OLE color: 16706608.
HSL color Cylindrical-coordinate representation of color #30ECFE: hue angle of 185.24º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30ECFE is Cyan = 0.81, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 48 | 236 | 254 | - |
| CMYK | 0.81 | 0.07 | 0 | 0.00 |
| HSL | 185.24º | 0.99% | 0.59% | - |
| HSV(B) | 185.24º | 0.81% | 1% | - |
| XYZ | 49.1 | 67.78 | 104.26 | - |
| YUV | 181.84 | 168.72 | 32.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 236 | 254 | 0.81 | 0.07 | 0 | 0.00 | 185.24 | 0.99 | 0.59 |
| Hex | 30 | EC | FE | 51 | 7 | 0 | 0 | B9 | 63 | 3B |
| Octal | 60 | 354 | 376 | 121 | 7 | 0 | 0 | 271 | 143 | 73 |
| Binary | 110000 | 11101100 | 11111110 | 1010001 | 111 | 0 | 0 | 10111001 | 1100011 | 111011 |
Color Harmonies of #30ECFE
Complementary color
Monochromatic Colors of #30ECFE
Black with #30ECFE
Text Example
Text Example
White with #30ECFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30ECFE; }
p { color: rgb(48,236,254); }
H1.HeaderClassName
{
color: #30ECFE;
}
.AnyTagClassName
{
color: #30ECFE;
}
</style>
background-color css
<style>
a { background-color: #30ECFE; }
a { background-color: rgb(48,236,254); }
div.DivClassName
{
background-color: #30ECFE;
}
.BgClassName
{
background-color: #30ECFE;
}
</style>
border-color css
<style>
span { border-color: #30ECFE; }
span { border-color: rgb(48,236,254); }
td.TdClassName
{
border-color: #30ECFE;
}
.TagClassName
{
border-color: #30ECFE;
}
</style>