Html Css Color HEX #04F5FD Aqua

📋 copy color: '#04F5FD'

red 4 ◦ green 245 ◦ blue 253

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

Shades of Aqua #04F5FD

Tints of Aqua #04F5FD

RGB

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

 GREEN value IS 245 (96.09% from 255) = 48.8%

 BLUE value IS 253 (99.22% from 255) = 50.4%

R = 0.8%
G = 48.8%
B = 50.4%

CMYK

 C value IS 0.98

 M value IS 0.03

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#04F5FD (or 0x04F5FD) is known color: Aqua. HEX triplet: 04, F5 and FD. RGB value is (4,245,253). Sum of RGB (Red+Green+Blue) = 4+245+253=502 (66% of max value = 765). Red value is 4 (1.95% from 255 or 0.80% from 502); Green value is 245 (96.09% from 255 or 48.80% from 502); Blue value is 253 (99.22% from 255 or 50.40% from 502); Max value from RGB is 253 - color contains mainly: blue. Hex color #04F5FD is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #04F5FD is #FB0A02. Grayscale: #ADADAD. Windows color (decimal): -16452099 or 16643332. OLE color: 16643332.

HSL color Cylindrical-coordinate representation of color #04F5FD: hue angle of 181.93º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04F5FD is Cyan = 0.98, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 4 245 253 -
CMYK 0.98 0.03 0 0.01
HSL 181.93º 0.98% 0.5% -
HSV(B) 181.93º 0.98% 0.99% -
XYZ 50.43 72.42 104.25 -
YUV 173.85 172.66 6.85 -
System Red Green Blue C M Y K H S L
Decimal 4 245 253 0.98 0.03 0 0.01 181.93 0.98 0.5
Hex 4 F5 FD 62 3 0 1 B6 62 32
Octal 4 365 375 142 3 0 1 266 142 62
Binary 100 11110101 11111101 1100010 11 0 1 10110110 1100010 110010

Color Harmonies of #04F5FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04F5FD

Black with #04F5FD

Text Example


Text Example

White with #04F5FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,245,253); }

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

background-color css

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

 a { background-color: rgb(4,245,253); }

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

border-color css

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

 span { border-color: rgb(4,245,253); }

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