Html Css Color HEX #04FDFB Aqua

📋 copy color: '#04FDFB'

red 4 ◦ green 253 ◦ blue 251

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

Shades of Aqua #04FDFB

Tints of Aqua #04FDFB

RGB

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

 GREEN value IS 253 (99.22% from 255) = 49.8%

 BLUE value IS 251 (98.44% from 255) = 49.41%

R = 0.79%
G = 49.8%
B = 49.41%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#04FDFB (or 0x04FDFB) is known color: Aqua. HEX triplet: 04, FD and FB. RGB value is (4,253,251). Sum of RGB (Red+Green+Blue) = 4+253+251=508 (67% of max value = 765). Red value is 4 (1.95% from 255 or 0.79% from 508); Green value is 253 (99.22% from 255 or 49.80% from 508); Blue value is 251 (98.44% from 255 or 49.41% from 508); Max value from RGB is 253 - color contains mainly: green. Hex color #04FDFB is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #04FDFB is #FB0204. Grayscale: #B2B2B2. Windows color (decimal): -16450053 or 16514308. OLE color: 16514308.

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

Color convert

RGB 4 253 251 -
CMYK 0.98 0 0.01 0.01
HSL 179.52º 0.98% 0.5% -
HSV(B) 179.52º 0.98% 0.99% -
XYZ 52.59 77.24 103.4 -
YUV 178.32 169.01 3.66 -
System Red Green Blue C M Y K H S L
Decimal 4 253 251 0.98 0 0.01 0.01 179.52 0.98 0.5
Hex 4 FD FB 62 0 1 1 B4 62 32
Octal 4 375 373 142 0 1 1 264 142 62
Binary 100 11111101 11111011 1100010 0 1 1 10110100 1100010 110010

Color Harmonies of #04FDFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04FDFB

Black with #04FDFB

Text Example


Text Example

White with #04FDFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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