Html Css Color HEX #04EEFE Aqua

📋 copy color: '#04EEFE'

red 4 ◦ green 238 ◦ blue 254

#04EEFE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Aqua #04EEFE

Tints of Aqua #04EEFE

RGB

 RED value IS 4 (1.95% from 255) = 0.81%

 GREEN value IS 238 (93.36% from 255) = 47.98%

 BLUE value IS 254 (99.61% from 255) = 51.21%

R = 0.81%
G = 47.98%
B = 51.21%

CMYK

 C value IS 0.98

 M value IS 0.06

 Y value IS 0

 K value IS 0.00

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#04EEFE (or 0x04EEFE) is known color: Aqua. HEX triplet: 04, EE and FE. RGB value is (4,238,254). Sum of RGB (Red+Green+Blue) = 4+238+254=496 (65% of max value = 765). Red value is 4 (1.95% from 255 or 0.81% from 496); Green value is 238 (93.36% from 255 or 47.98% from 496); Blue value is 254 (99.61% from 255 or 51.21% from 496); Max value from RGB is 254 - color contains mainly: blue. Hex color #04EEFE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #04EEFE is #FB1101. Grayscale: #A9A9A9. Windows color (decimal): -16453890 or 16707076. OLE color: 16707076.

HSL color Cylindrical-coordinate representation of color #04EEFE: hue angle of 183.84º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04EEFE is Cyan = 0.98, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 4 238 254 -
CMYK 0.98 0.06 0 0.00
HSL 183.84º 0.99% 0.51% -
HSV(B) 183.84º 0.98% 1% -
XYZ 48.51 68.33 104.4 -
YUV 169.86 175.48 9.7 -
System Red Green Blue C M Y K H S L
Decimal 4 238 254 0.98 0.06 0 0.00 183.84 0.99 0.51
Hex 4 EE FE 62 6 0 0 B8 63 33
Octal 4 356 376 142 6 0 0 270 143 63
Binary 100 11101110 11111110 1100010 110 0 0 10111000 1100011 110011

Color Harmonies of #04EEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04EEFE

Black with #04EEFE

Text Example


Text Example

White with #04EEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04EEFE; }

 p { color: rgb(4,238,254); }

 H1.HeaderClassName
 {
   color: #04EEFE;
 }
 .AnyTagClassName
 {
   color: #04EEFE;
 }
</style>

background-color css

<style>
 a { background-color: #04EEFE; }

 a { background-color: rgb(4,238,254); }

 div.DivClassName
 {
   background-color: #04EEFE;
 }
 .BgClassName
 {
   background-color: #04EEFE;
 }
</style>

border-color css

<style>
 span { border-color: #04EEFE; }

 span { border-color: rgb(4,238,254); }

 td.TdClassName
 {
   border-color: #04EEFE;
 }
 .TagClassName
 {
   border-color: #04EEFE;
 }
</style>