Html Css Color HEX #00FEFD Aqua

📋 copy color: '#00FEFD'

red 0 ◦ green 254 ◦ blue 253

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

Shades of Aqua #00FEFD

Tints of Aqua #00FEFD

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 254 (99.61% from 255) = 50.1%

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

R = 0%
G = 50.1%
B = 49.9%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.00

 K value IS 0.00

RGB Variations

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

Color information

#00FEFD (or 0x00FEFD) is known color: Aqua. HEX triplet: 00, FE and FD. RGB value is (0,254,253). Sum of RGB (Red+Green+Blue) = 0+254+253=507 (67% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 507); Green value is 254 (99.61% from 255 or 50.10% from 507); Blue value is 253 (99.22% from 255 or 49.90% from 507); Max value from RGB is 254 - color contains mainly: green. Hex color #00FEFD is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #00FEFD is #FF0102. Grayscale: #B1B1B1. Windows color (decimal): -16711939 or 16645632. OLE color: 16645632.

HSL color Cylindrical-coordinate representation of color #00FEFD: hue angle of 179.76º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00FEFD is Cyan = 1, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.00.

Color convert

RGB 0 254 253 -
CMYK 1 0 0.00 0.00
HSL 179.76º 1% 0.5% -
HSV(B) 179.76º 1% 1% -
XYZ 53.17 77.98 105.18 -
YUV 177.94 170.35 1.08 -
System Red Green Blue C M Y K H S L
Decimal 0 254 253 1 0 0.00 0.00 179.76 1 0.5
Hex 0 FE FD 64 0 0 0 B4 64 32
Octal 0 376 375 144 0 0 0 264 144 62
Binary 0 11111110 11111101 1100100 0 0 0 10110100 1100100 110010

Color Harmonies of #00FEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00FEFD

Black with #00FEFD

Text Example


Text Example

White with #00FEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00FEFD; }

 p { color: rgb(0,254,253); }

 H1.HeaderClassName
 {
   color: #00FEFD;
 }
 .AnyTagClassName
 {
   color: #00FEFD;
 }
</style>

background-color css

<style>
 a { background-color: #00FEFD; }

 a { background-color: rgb(0,254,253); }

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

border-color css

<style>
 span { border-color: #00FEFD; }

 span { border-color: rgb(0,254,253); }

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