Html Css Color HEX #99FEFE Electric Blue

📋 copy color: '#99FEFE'

red 153 ◦ green 254 ◦ blue 254

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

Shades of Electric Blue #99FEFE

Tints of Electric Blue #99FEFE

RGB

 RED value IS 153 (60.16% from 255) = 23.15%

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

 BLUE value IS 254 (99.61% from 255) = 38.43%

R = 23.15%
G = 38.43%
B = 38.43%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#99FEFE (or 0x99FEFE) is known color: Electric Blue. HEX triplet: 99, FE and FE. RGB value is (153,254,254). Sum of RGB (Red+Green+Blue) = 153+254+254=661 (87% of max value = 765). Red value is 153 (60.16% from 255 or 23.15% from 661); Green value is 254 (99.61% from 255 or 38.43% from 661); Blue value is 254 (99.61% from 255 or 38.43% from 661); Max value from RGB is 254 - color contains mainly: green, blue. Hex color #99FEFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99FEFE is #660101. Grayscale: #DFDFDF. Windows color (decimal): -6684930 or 16711321. OLE color: 16711321.

HSL color Cylindrical-coordinate representation of color #99FEFE: hue angle of 180º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #99FEFE is Cyan = 0.40, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 153 254 254 -
CMYK 0.40 0 0 0.00
HSL 180º 0.98% 0.8% -
HSV(B) 180º 0.4% 1% -
XYZ 66.47 84.81 106.63 -
YUV 223.8 145.04 77.5 -
System Red Green Blue C M Y K H S L
Decimal 153 254 254 0.40 0 0 0.00 180 0.98 0.8
Hex 99 FE FE 28 0 0 0 B4 62 50
Octal 231 376 376 50 0 0 0 264 142 120
Binary 10011001 11111110 11111110 101000 0 0 0 10110100 1100010 1010000

Color Harmonies of #99FEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99FEFE

Black with #99FEFE

Text Example


Text Example

White with #99FEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99FEFE; }

 p { color: rgb(153,254,254); }

 H1.HeaderClassName
 {
   color: #99FEFE;
 }
 .AnyTagClassName
 {
   color: #99FEFE;
 }
</style>

background-color css

<style>
 a { background-color: #99FEFE; }

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

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

border-color css

<style>
 span { border-color: #99FEFE; }

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

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