Html Css Color HEX #96FFFE Electric Blue

📋 copy color: '#96FFFE'

red 150 ◦ green 255 ◦ blue 254

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

Shades of Electric Blue #96FFFE

Tints of Electric Blue #96FFFE

RGB

 RED value IS 150 (58.98% from 255) = 22.76%

 GREEN value IS 255 (100% from 255) = 38.69%

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

R = 22.76%
G = 38.69%
B = 38.54%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.00

 K value IS 0

RGB Variations

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

Color information

#96FFFE (or 0x96FFFE) is known color: Electric Blue. HEX triplet: 96, FF and FE. RGB value is (150,255,254). Sum of RGB (Red+Green+Blue) = 150+255+254=659 (87% of max value = 765). Red value is 150 (58.98% from 255 or 22.76% from 659); Green value is 255 (100% from 255 or 38.69% from 659); Blue value is 254 (99.61% from 255 or 38.54% from 659); Max value from RGB is 255 - color contains mainly: green. Hex color #96FFFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #96FFFE is #690001. Grayscale: #DFDFDF. Windows color (decimal): -6881282 or 16711574. OLE color: 16711574.

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

Color convert

RGB 150 255 254 -
CMYK 0.41 0 0.00 0
HSL 179.43º 1% 0.79% -
HSV(B) 179.43º 0.41% 1% -
XYZ 66.23 85.16 106.71 -
YUV 223.49 145.21 75.58 -
System Red Green Blue C M Y K H S L
Decimal 150 255 254 0.41 0 0.00 0 179.43 1 0.79
Hex 96 FF FE 29 0 0 0 B3 64 4F
Octal 226 377 376 51 0 0 0 263 144 117
Binary 10010110 11111111 11111110 101001 0 0 0 10110011 1100100 1001111

Color Harmonies of #96FFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96FFFE

Black with #96FFFE

Text Example


Text Example

White with #96FFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96FFFE; }

 p { color: rgb(150,255,254); }

 H1.HeaderClassName
 {
   color: #96FFFE;
 }
 .AnyTagClassName
 {
   color: #96FFFE;
 }
</style>

background-color css

<style>
 a { background-color: #96FFFE; }

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

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

border-color css

<style>
 span { border-color: #96FFFE; }

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

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