Html Css Color HEX #04EAFD Aqua

📋 copy color: '#04EAFD'

red 4 ◦ green 234 ◦ blue 253

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

Shades of Aqua #04EAFD

Tints of Aqua #04EAFD

RGB

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

 GREEN value IS 234 (91.8% from 255) = 47.66%

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

R = 0.81%
G = 47.66%
B = 51.53%

CMYK

 C value IS 0.98

 M value IS 0.08

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#04EAFD (or 0x04EAFD) is known color: Aqua. HEX triplet: 04, EA and FD. RGB value is (4,234,253). Sum of RGB (Red+Green+Blue) = 4+234+253=491 (65% of max value = 765). Red value is 4 (1.95% from 255 or 0.81% from 491); Green value is 234 (91.80% from 255 or 47.66% from 491); Blue value is 253 (99.22% from 255 or 51.53% from 491); Max value from RGB is 253 - color contains mainly: blue. Hex color #04EAFD is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #04EAFD is #FB1502. Grayscale: #A7A7A7. Windows color (decimal): -16454915 or 16640516. OLE color: 16640516.

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

Color convert

RGB 4 234 253 -
CMYK 0.98 0.08 0 0.01
HSL 184.58º 0.98% 0.5% -
HSV(B) 184.58º 0.98% 0.99% -
XYZ 47.2 65.96 103.17 -
YUV 167.4 176.3 11.46 -
System Red Green Blue C M Y K H S L
Decimal 4 234 253 0.98 0.08 0 0.01 184.58 0.98 0.5
Hex 4 EA FD 62 8 0 1 B9 62 32
Octal 4 352 375 142 10 0 1 271 142 62
Binary 100 11101010 11111101 1100010 1000 0 1 10111001 1100010 110010

Color Harmonies of #04EAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04EAFD

Black with #04EAFD

Text Example


Text Example

White with #04EAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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