Html Css Color HEX #04EFFF Aqua

📋 copy color: '#04EFFF'

red 4 ◦ green 239 ◦ blue 255

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

Shades of Aqua #04EFFF

Tints of Aqua #04EFFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 51.2%

R = 0.8%
G = 47.99%
B = 51.2%

CMYK

 C value IS 0.98

 M value IS 0.06

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#04EFFF (or 0x04EFFF) is known color: Aqua. HEX triplet: 04, EF and FF. RGB value is (4,239,255). Sum of RGB (Red+Green+Blue) = 4+239+255=498 (65% of max value = 765). Red value is 4 (1.95% from 255 or 0.80% from 498); Green value is 239 (93.75% from 255 or 47.99% from 498); Blue value is 255 (100% from 255 or 51.20% from 498); Max value from RGB is 255 - color contains mainly: blue. Hex color #04EFFF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #04EFFF is #FB1000. Grayscale: #AAAAAA. Windows color (decimal): -16453633 or 16772868. OLE color: 16772868.

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

Color convert

RGB 4 239 255 -
CMYK 0.98 0.06 0 0
HSL 183.82º 1% 0.51% -
HSV(B) 183.82º 0.98% 1% -
XYZ 48.97 68.98 105.34 -
YUV 170.56 175.64 9.2 -
System Red Green Blue C M Y K H S L
Decimal 4 239 255 0.98 0.06 0 0 183.82 1 0.51
Hex 4 EF FF 62 6 0 0 B8 64 33
Octal 4 357 377 142 6 0 0 270 144 63
Binary 100 11101111 11111111 1100010 110 0 0 10111000 1100100 110011

Color Harmonies of #04EFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04EFFF

Black with #04EFFF

Text Example


Text Example

White with #04EFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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