Html Css Color HEX #04EEF5 Aqua

📋 copy color: '#04EEF5'

red 4 ◦ green 238 ◦ blue 245

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

Shades of Aqua #04EEF5

Tints of Aqua #04EEF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 50.31%

R = 0.82%
G = 48.87%
B = 50.31%

CMYK

 C value IS 0.98

 M value IS 0.03

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#04EEF5 (or 0x04EEF5) is known color: Aqua. HEX triplet: 04, EE and F5. RGB value is (4,238,245). Sum of RGB (Red+Green+Blue) = 4+238+245=487 (64% of max value = 765). Red value is 4 (1.95% from 255 or 0.82% from 487); Green value is 238 (93.36% from 255 or 48.87% from 487); Blue value is 245 (96.09% from 255 or 50.31% from 487); Max value from RGB is 245 - color contains mainly: blue. Hex color #04EEF5 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #04EEF5 is #FB110A. Grayscale: #A8A8A8. Windows color (decimal): -16453899 or 16117252. OLE color: 16117252.

HSL color Cylindrical-coordinate representation of color #04EEF5: hue angle of 181.74º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04EEF5 is Cyan = 0.98, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 4 238 245 -
CMYK 0.98 0.03 0 0.04
HSL 181.74º 0.97% 0.49% -
HSV(B) 181.74º 0.98% 0.96% -
XYZ 47.11 67.77 96.98 -
YUV 168.83 170.98 10.43 -
System Red Green Blue C M Y K H S L
Decimal 4 238 245 0.98 0.03 0 0.04 181.74 0.97 0.49
Hex 4 EE F5 62 3 0 4 B6 61 31
Octal 4 356 365 142 3 0 4 266 141 61
Binary 100 11101110 11110101 1100010 11 0 100 10110110 1100001 110001

Color Harmonies of #04EEF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04EEF5

Black with #04EEF5

Text Example


Text Example

White with #04EEF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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