Html Css Color HEX #04F9FF Aqua

📋 copy color: '#04F9FF'

red 4 ◦ green 249 ◦ blue 255

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

Shades of Aqua #04F9FF

Tints of Aqua #04F9FF

RGB

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

 GREEN value IS 249 (97.66% from 255) = 49.02%

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

R = 0.79%
G = 49.02%
B = 50.2%

CMYK

 C value IS 0.98

 M value IS 0.02

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#04F9FF (or 0x04F9FF) is known color: Aqua. HEX triplet: 04, F9 and FF. RGB value is (4,249,255). Sum of RGB (Red+Green+Blue) = 4+249+255=508 (67% of max value = 765). Red value is 4 (1.95% from 255 or 0.79% from 508); Green value is 249 (97.66% from 255 or 49.02% from 508); Blue value is 255 (100% from 255 or 50.20% from 508); Max value from RGB is 255 - color contains mainly: blue. Hex color #04F9FF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #04F9FF is #FB0600. Grayscale: #B0B0B0. Windows color (decimal): -16451073 or 16775428. OLE color: 16775428.

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

Color convert

RGB 4 249 255 -
CMYK 0.98 0.02 0 0
HSL 181.43º 1% 0.51% -
HSV(B) 181.43º 0.98% 1% -
XYZ 51.98 75 106.34 -
YUV 176.43 172.33 5.01 -
System Red Green Blue C M Y K H S L
Decimal 4 249 255 0.98 0.02 0 0 181.43 1 0.51
Hex 4 F9 FF 62 2 0 0 B5 64 33
Octal 4 371 377 142 2 0 0 265 144 63
Binary 100 11111001 11111111 1100010 10 0 0 10110101 1100100 110011

Color Harmonies of #04F9FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04F9FF

Black with #04F9FF

Text Example


Text Example

White with #04F9FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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