Html Css Color HEX #04EFF8 Aqua

📋 copy color: '#04EFF8'

red 4 ◦ green 239 ◦ blue 248

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

Shades of Aqua #04EFF8

Tints of Aqua #04EFF8

RGB

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

 GREEN value IS 239 (93.75% from 255) = 48.68%

 BLUE value IS 248 (97.27% from 255) = 50.51%

R = 0.81%
G = 48.68%
B = 50.51%

CMYK

 C value IS 0.98

 M value IS 0.04

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#04EFF8 (or 0x04EFF8) is known color: Aqua. HEX triplet: 04, EF and F8. RGB value is (4,239,248). Sum of RGB (Red+Green+Blue) = 4+239+248=491 (65% of max value = 765). Red value is 4 (1.95% from 255 or 0.81% from 491); Green value is 239 (93.75% from 255 or 48.68% from 491); Blue value is 248 (97.27% from 255 or 50.51% from 491); Max value from RGB is 248 - color contains mainly: blue. Hex color #04EFF8 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #04EFF8 is #FB1007. Grayscale: #A9A9A9. Windows color (decimal): -16453640 or 16314116. OLE color: 16314116.

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

Color convert

RGB 4 239 248 -
CMYK 0.98 0.04 0 0.03
HSL 182.21º 0.97% 0.49% -
HSV(B) 182.21º 0.98% 0.97% -
XYZ 47.86 68.54 99.51 -
YUV 169.76 172.14 9.77 -
System Red Green Blue C M Y K H S L
Decimal 4 239 248 0.98 0.04 0 0.03 182.21 0.97 0.49
Hex 4 EF F8 62 4 0 3 B6 61 31
Octal 4 357 370 142 4 0 3 266 141 61
Binary 100 11101111 11111000 1100010 100 0 11 10110110 1100001 110001

Color Harmonies of #04EFF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04EFF8

Black with #04EFF8

Text Example


Text Example

White with #04EFF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,239,248); }

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

background-color css

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

 a { background-color: rgb(4,239,248); }

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

border-color css

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

 span { border-color: rgb(4,239,248); }

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