Html Css Color HEX #00FEF8 Aqua

📋 copy color: '#00FEF8'

red 0 ◦ green 254 ◦ blue 248

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

Shades of Aqua #00FEF8

Tints of Aqua #00FEF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 49.4%

R = 0%
G = 50.6%
B = 49.4%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.02

 K value IS 0.00

RGB Variations

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

Color information

#00FEF8 (or 0x00FEF8) is known color: Aqua. HEX triplet: 00, FE and F8. RGB value is (0,254,248). Sum of RGB (Red+Green+Blue) = 0+254+248=502 (66% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 502); Green value is 254 (99.61% from 255 or 50.60% from 502); Blue value is 248 (97.27% from 255 or 49.40% from 502); Max value from RGB is 254 - color contains mainly: green. Hex color #00FEF8 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #00FEF8 is #FF0107. Grayscale: #B1B1B1. Windows color (decimal): -16711944 or 16317952. OLE color: 16317952.

HSL color Cylindrical-coordinate representation of color #00FEF8: hue angle of 178.58º 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 #00FEF8 is Cyan = 1, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.00.

Color convert

RGB 0 254 248 -
CMYK 1 0 0.02 0.00
HSL 178.58º 1% 0.5% -
HSV(B) 178.58º 1% 1% -
XYZ 52.39 77.66 101.04 -
YUV 177.37 167.85 1.49 -
System Red Green Blue C M Y K H S L
Decimal 0 254 248 1 0 0.02 0.00 178.58 1 0.5
Hex 0 FE F8 64 0 2 0 B3 64 32
Octal 0 376 370 144 0 2 0 263 144 62
Binary 0 11111110 11111000 1100100 0 10 0 10110011 1100100 110010

Color Harmonies of #00FEF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00FEF8

Black with #00FEF8

Text Example


Text Example

White with #00FEF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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