Html Css Color HEX #04F8FE Aqua

📋 copy color: '#04F8FE'

red 4 ◦ green 248 ◦ blue 254

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

Shades of Aqua #04F8FE

Tints of Aqua #04F8FE

RGB

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

 GREEN value IS 248 (97.27% from 255) = 49.01%

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

R = 0.79%
G = 49.01%
B = 50.2%

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

#04F8FE (or 0x04F8FE) is known color: Aqua. HEX triplet: 04, F8 and FE. RGB value is (4,248,254). Sum of RGB (Red+Green+Blue) = 4+248+254=506 (67% of max value = 765). Red value is 4 (1.95% from 255 or 0.79% from 506); Green value is 248 (97.27% from 255 or 49.01% from 506); Blue value is 254 (99.61% from 255 or 50.20% from 506); Max value from RGB is 254 - color contains mainly: blue. Hex color #04F8FE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #04F8FE is #FB0701. Grayscale: #AFAFAF. Windows color (decimal): -16451330 or 16709636. OLE color: 16709636.

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

Color convert

RGB 4 248 254 -
CMYK 0.98 0.02 0 0.00
HSL 181.44º 0.99% 0.51% -
HSV(B) 181.44º 0.98% 1% -
XYZ 51.51 74.32 105.4 -
YUV 175.73 172.16 5.51 -
System Red Green Blue C M Y K H S L
Decimal 4 248 254 0.98 0.02 0 0.00 181.44 0.99 0.51
Hex 4 F8 FE 62 2 0 0 B5 63 33
Octal 4 370 376 142 2 0 0 265 143 63
Binary 100 11111000 11111110 1100010 10 0 0 10110101 1100011 110011

Color Harmonies of #04F8FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04F8FE

Black with #04F8FE

Text Example


Text Example

White with #04F8FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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