Html Css Color HEX #04F2F7 Aqua

📋 copy color: '#04F2F7'

red 4 ◦ green 242 ◦ blue 247

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

Shades of Aqua #04F2F7

Tints of Aqua #04F2F7

RGB

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

 GREEN value IS 242 (94.92% from 255) = 49.09%

 BLUE value IS 247 (96.88% from 255) = 50.1%

R = 0.81%
G = 49.09%
B = 50.1%

CMYK

 C value IS 0.98

 M value IS 0.02

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#04F2F7 (or 0x04F2F7) is known color: Aqua. HEX triplet: 04, F2 and F7. RGB value is (4,242,247). Sum of RGB (Red+Green+Blue) = 4+242+247=493 (65% of max value = 765). Red value is 4 (1.95% from 255 or 0.81% from 493); Green value is 242 (94.92% from 255 or 49.09% from 493); Blue value is 247 (96.88% from 255 or 50.10% from 493); Max value from RGB is 247 - color contains mainly: blue. Hex color #04F2F7 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #04F2F7 is #FB0D08. Grayscale: #ABABAB. Windows color (decimal): -16452873 or 16249348. OLE color: 16249348.

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

Color convert

RGB 4 242 247 -
CMYK 0.98 0.02 0 0.03
HSL 181.23º 0.97% 0.49% -
HSV(B) 181.23º 0.98% 0.97% -
XYZ 48.59 70.25 98.99 -
YUV 171.41 170.65 8.59 -
System Red Green Blue C M Y K H S L
Decimal 4 242 247 0.98 0.02 0 0.03 181.23 0.97 0.49
Hex 4 F2 F7 62 2 0 3 B5 61 31
Octal 4 362 367 142 2 0 3 265 141 61
Binary 100 11110010 11110111 1100010 10 0 11 10110101 1100001 110001

Color Harmonies of #04F2F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04F2F7

Black with #04F2F7

Text Example


Text Example

White with #04F2F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,242,247); }

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

background-color css

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

 a { background-color: rgb(4,242,247); }

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

border-color css

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

 span { border-color: rgb(4,242,247); }

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