Html Css Color HEX #04FAFD Aqua

📋 copy color: '#04FAFD'

red 4 ◦ green 250 ◦ blue 253

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

Shades of Aqua #04FAFD

Tints of Aqua #04FAFD

RGB

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

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

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

R = 0.79%
G = 49.31%
B = 49.9%

CMYK

 C value IS 0.98

 M value IS 0.01

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#04FAFD (or 0x04FAFD) is known color: Aqua. HEX triplet: 04, FA and FD. RGB value is (4,250,253). Sum of RGB (Red+Green+Blue) = 4+250+253=507 (67% of max value = 765). Red value is 4 (1.95% from 255 or 0.79% from 507); Green value is 250 (98.05% from 255 or 49.31% from 507); Blue value is 253 (99.22% from 255 or 49.90% from 507); Max value from RGB is 253 - color contains mainly: blue. Hex color #04FAFD is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #04FAFD is #FB0502. Grayscale: #B0B0B0. Windows color (decimal): -16450819 or 16644612. OLE color: 16644612.

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

Color convert

RGB 4 250 253 -
CMYK 0.98 0.01 0 0.01
HSL 180.72º 0.98% 0.5% -
HSV(B) 180.72º 0.98% 0.99% -
XYZ 51.97 75.49 104.76 -
YUV 176.79 171 4.76 -
System Red Green Blue C M Y K H S L
Decimal 4 250 253 0.98 0.01 0 0.01 180.72 0.98 0.5
Hex 4 FA FD 62 1 0 1 B5 62 32
Octal 4 372 375 142 1 0 1 265 142 62
Binary 100 11111010 11111101 1100010 1 0 1 10110101 1100010 110010

Color Harmonies of #04FAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04FAFD

Black with #04FAFD

Text Example


Text Example

White with #04FAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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