Html Css Color HEX #04EEF3 Aqua

📋 copy color: '#04EEF3'

red 4 ◦ green 238 ◦ blue 243

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

Shades of Aqua #04EEF3

Tints of Aqua #04EEF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 50.1%

R = 0.82%
G = 49.07%
B = 50.1%

CMYK

 C value IS 0.98

 M value IS 0.02

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#04EEF3 (or 0x04EEF3) is known color: Aqua. HEX triplet: 04, EE and F3. RGB value is (4,238,243). Sum of RGB (Red+Green+Blue) = 4+238+243=485 (64% of max value = 765). Red value is 4 (1.95% from 255 or 0.82% from 485); Green value is 238 (93.36% from 255 or 49.07% from 485); Blue value is 243 (95.31% from 255 or 50.10% from 485); Max value from RGB is 243 - color contains mainly: blue. Hex color #04EEF3 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #04EEF3 is #FB110C. Grayscale: #A8A8A8. Windows color (decimal): -16453901 or 15986180. OLE color: 15986180.

HSL color Cylindrical-coordinate representation of color #04EEF3: hue angle of 181.26º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04EEF3 is Cyan = 0.98, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 4 238 243 -
CMYK 0.98 0.02 0 0.05
HSL 181.26º 0.97% 0.48% -
HSV(B) 181.26º 0.98% 0.95% -
XYZ 46.8 67.65 95.38 -
YUV 168.6 169.98 10.59 -
System Red Green Blue C M Y K H S L
Decimal 4 238 243 0.98 0.02 0 0.05 181.26 0.97 0.48
Hex 4 EE F3 62 2 0 5 B5 61 30
Octal 4 356 363 142 2 0 5 265 141 60
Binary 100 11101110 11110011 1100010 10 0 101 10110101 1100001 110000

Color Harmonies of #04EEF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04EEF3

Black with #04EEF3

Text Example


Text Example

White with #04EEF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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