Html Css Color HEX #01FEFD Aqua

📋 copy color: '#01FEFD'

red 1 ◦ green 254 ◦ blue 253

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

Shades of Aqua #01FEFD

Tints of Aqua #01FEFD

RGB

 RED value IS 1 (0.78% from 255) = 0.2%

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

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

R = 0.2%
G = 50%
B = 49.8%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.00

 K value IS 0.00

RGB Variations

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

Color information

#01FEFD (or 0x01FEFD) is known color: Aqua. HEX triplet: 01, FE and FD. RGB value is (1,254,253). Sum of RGB (Red+Green+Blue) = 1+254+253=508 (67% of max value = 765). Red value is 1 (0.78% from 255 or 0.20% from 508); Green value is 254 (99.61% from 255 or 50% from 508); Blue value is 253 (99.22% from 255 or 49.80% from 508); Max value from RGB is 254 - color contains mainly: green. Hex color #01FEFD is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #01FEFD is #FE0102. Grayscale: #B1B1B1. Windows color (decimal): -16646403 or 16645633. OLE color: 16645633.

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

Color convert

RGB 1 254 253 -
CMYK 1.00 0 0.00 0.00
HSL 179.76º 0.99% 0.5% -
HSV(B) 179.76º 1% 1% -
XYZ 53.18 77.98 105.18 -
YUV 178.24 170.18 1.58 -
System Red Green Blue C M Y K H S L
Decimal 1 254 253 1.00 0 0.00 0.00 179.76 0.99 0.5
Hex 1 FE FD 64 0 0 0 B4 63 32
Octal 1 376 375 144 0 0 0 264 143 62
Binary 1 11111110 11111101 1100100 0 0 0 10110100 1100011 110010

Color Harmonies of #01FEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01FEFD

Black with #01FEFD

Text Example


Text Example

White with #01FEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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