Html Css Color HEX #04EFFD Aqua

📋 copy color: '#04EFFD'

red 4 ◦ green 239 ◦ blue 253

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

Shades of Aqua #04EFFD

Tints of Aqua #04EFFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 51.01%

R = 0.81%
G = 48.19%
B = 51.01%

CMYK

 C value IS 0.98

 M value IS 0.06

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#04EFFD (or 0x04EFFD) is known color: Aqua. HEX triplet: 04, EF and FD. RGB value is (4,239,253). Sum of RGB (Red+Green+Blue) = 4+239+253=496 (65% of max value = 765). Red value is 4 (1.95% from 255 or 0.81% from 496); Green value is 239 (93.75% from 255 or 48.19% from 496); Blue value is 253 (99.22% from 255 or 51.01% from 496); Max value from RGB is 253 - color contains mainly: blue. Hex color #04EFFD is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #04EFFD is #FB1002. Grayscale: #AAAAAA. Windows color (decimal): -16453635 or 16641796. OLE color: 16641796.

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

Color convert

RGB 4 239 253 -
CMYK 0.98 0.06 0 0.01
HSL 183.37º 0.98% 0.5% -
HSV(B) 183.37º 0.98% 0.99% -
XYZ 48.65 68.85 103.65 -
YUV 170.33 174.64 9.36 -
System Red Green Blue C M Y K H S L
Decimal 4 239 253 0.98 0.06 0 0.01 183.37 0.98 0.5
Hex 4 EF FD 62 6 0 1 B7 62 32
Octal 4 357 375 142 6 0 1 267 142 62
Binary 100 11101111 11111101 1100010 110 0 1 10110111 1100010 110010

Color Harmonies of #04EFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04EFFD

Black with #04EFFD

Text Example


Text Example

White with #04EFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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