Html Css Color HEX #04FCFF Aqua

📋 copy color: '#04FCFF'

red 4 ◦ green 252 ◦ blue 255

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

Shades of Aqua #04FCFF

Tints of Aqua #04FCFF

RGB

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

 GREEN value IS 252 (98.83% from 255) = 49.32%

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

R = 0.78%
G = 49.32%
B = 49.9%

CMYK

 C value IS 0.98

 M value IS 0.01

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#04FCFF (or 0x04FCFF) is known color: Aqua. HEX triplet: 04, FC and FF. RGB value is (4,252,255). Sum of RGB (Red+Green+Blue) = 4+252+255=511 (67% of max value = 765). Red value is 4 (1.95% from 255 or 0.78% from 511); Green value is 252 (98.83% from 255 or 49.32% from 511); Blue value is 255 (100% from 255 or 49.90% from 511); Max value from RGB is 255 - color contains mainly: blue. Hex color #04FCFF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #04FCFF is #FB0300. Grayscale: #B1B1B1. Windows color (decimal): -16450305 or 16776196. OLE color: 16776196.

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

Color convert

RGB 4 252 255 -
CMYK 0.98 0.01 0 0
HSL 180.72º 1% 0.51% -
HSV(B) 180.72º 0.98% 1% -
XYZ 52.91 76.87 106.66 -
YUV 178.19 171.34 3.76 -
System Red Green Blue C M Y K H S L
Decimal 4 252 255 0.98 0.01 0 0 180.72 1 0.51
Hex 4 FC FF 62 1 0 0 B5 64 33
Octal 4 374 377 142 1 0 0 265 144 63
Binary 100 11111100 11111111 1100010 1 0 0 10110101 1100100 110011

Color Harmonies of #04FCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04FCFF

Black with #04FCFF

Text Example


Text Example

White with #04FCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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