Html Css Color HEX #01FEE8 Aqua

📋 copy color: '#01FEE8'

red 1 ◦ green 254 ◦ blue 232

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

Shades of Aqua #01FEE8

Tints of Aqua #01FEE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 47.64%

R = 0.21%
G = 52.16%
B = 47.64%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.09

 K value IS 0.00

RGB Variations

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

Color information

#01FEE8 (or 0x01FEE8) is known color: Aqua. HEX triplet: 01, FE and E8. RGB value is (1,254,232). Sum of RGB (Red+Green+Blue) = 1+254+232=487 (64% of max value = 765). Red value is 1 (0.78% from 255 or 0.21% from 487); Green value is 254 (99.61% from 255 or 52.16% from 487); Blue value is 232 (91.02% from 255 or 47.64% from 487); Max value from RGB is 254 - color contains mainly: green. Hex color #01FEE8 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #01FEE8 is #FE0117. Grayscale: #AFAFAF. Windows color (decimal): -16646424 or 15269377. OLE color: 15269377.

HSL color Cylindrical-coordinate representation of color #01FEE8: hue angle of 174.78º 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 #01FEE8 is Cyan = 1.00, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.00.

Color convert

RGB 1 254 232 -
CMYK 1.00 0 0.09 0.00
HSL 174.78º 0.99% 0.5% -
HSV(B) 174.78º 1% 1% -
XYZ 50.02 76.72 88.52 -
YUV 175.85 159.68 3.29 -
System Red Green Blue C M Y K H S L
Decimal 1 254 232 1.00 0 0.09 0.00 174.78 0.99 0.5
Hex 1 FE E8 64 0 9 0 AF 63 32
Octal 1 376 350 144 0 11 0 257 143 62
Binary 1 11111110 11101000 1100100 0 1001 0 10101111 1100011 110010

Color Harmonies of #01FEE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01FEE8

Black with #01FEE8

Text Example


Text Example

White with #01FEE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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