Html Css Color HEX #04FAFE Aqua

📋 copy color: '#04FAFE'

red 4 ◦ green 250 ◦ blue 254

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

Shades of Aqua #04FAFE

Tints of Aqua #04FAFE

RGB

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

 GREEN value IS 250 (98.05% from 255) = 49.21%

 BLUE value IS 254 (99.61% from 255) = 50%

R = 0.79%
G = 49.21%
B = 50%

CMYK

 C value IS 0.98

 M value IS 0.02

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#04FAFE (or 0x04FAFE) is known color: Aqua. HEX triplet: 04, FA and FE. RGB value is (4,250,254). Sum of RGB (Red+Green+Blue) = 4+250+254=508 (67% of max value = 765). Red value is 4 (1.95% from 255 or 0.79% from 508); Green value is 250 (98.05% from 255 or 49.21% from 508); Blue value is 254 (99.61% from 255 or 50% from 508); Max value from RGB is 254 - color contains mainly: blue. Hex color #04FAFE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #04FAFE is #FB0501. Grayscale: #B0B0B0. Windows color (decimal): -16450818 or 16710148. OLE color: 16710148.

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

Color convert

RGB 4 250 254 -
CMYK 0.98 0.02 0 0.00
HSL 180.96º 0.99% 0.51% -
HSV(B) 180.96º 0.98% 1% -
XYZ 52.13 75.55 105.6 -
YUV 176.9 171.5 4.67 -
System Red Green Blue C M Y K H S L
Decimal 4 250 254 0.98 0.02 0 0.00 180.96 0.99 0.51
Hex 4 FA FE 62 2 0 0 B5 63 33
Octal 4 372 376 142 2 0 0 265 143 63
Binary 100 11111010 11111110 1100010 10 0 0 10110101 1100011 110011

Color Harmonies of #04FAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04FAFE

Black with #04FAFE

Text Example


Text Example

White with #04FAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,250,254); }

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

background-color css

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

 a { background-color: rgb(4,250,254); }

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

border-color css

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

 span { border-color: rgb(4,250,254); }

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