Html Css Color HEX #04EDF3 Aqua

📋 copy color: '#04EDF3'

red 4 ◦ green 237 ◦ blue 243

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

Shades of Aqua #04EDF3

Tints of Aqua #04EDF3

RGB

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

 GREEN value IS 237 (92.97% from 255) = 48.97%

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

R = 0.83%
G = 48.97%
B = 50.21%

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

#04EDF3 (or 0x04EDF3) is known color: Aqua. HEX triplet: 04, ED and F3. RGB value is (4,237,243). Sum of RGB (Red+Green+Blue) = 4+237+243=484 (64% of max value = 765). Red value is 4 (1.95% from 255 or 0.83% from 484); Green value is 237 (92.97% from 255 or 48.97% from 484); Blue value is 243 (95.31% from 255 or 50.21% from 484); Max value from RGB is 243 - color contains mainly: blue. Hex color #04EDF3 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #04EDF3 is #FB120C. Grayscale: #A7A7A7. Windows color (decimal): -16454157 or 15985924. OLE color: 15985924.

HSL color Cylindrical-coordinate representation of color #04EDF3: hue angle of 181.51º 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 #04EDF3 is Cyan = 0.98, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 4 237 243 -
CMYK 0.98 0.02 0 0.05
HSL 181.51º 0.97% 0.48% -
HSV(B) 181.51º 0.98% 0.95% -
XYZ 46.51 67.07 95.29 -
YUV 168.02 170.31 11.01 -
System Red Green Blue C M Y K H S L
Decimal 4 237 243 0.98 0.02 0 0.05 181.51 0.97 0.48
Hex 4 ED F3 62 2 0 5 B6 61 30
Octal 4 355 363 142 2 0 5 266 141 60
Binary 100 11101101 11110011 1100010 10 0 101 10110110 1100001 110000

Color Harmonies of #04EDF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04EDF3

Black with #04EDF3

Text Example


Text Example

White with #04EDF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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