Html Css Color HEX #96FFFC Electric Blue

📋 copy color: '#96FFFC'

red 150 ◦ green 255 ◦ blue 252

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

Shades of Electric Blue #96FFFC

Tints of Electric Blue #96FFFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 38.36%

R = 22.83%
G = 38.81%
B = 38.36%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.01

 K value IS 0

RGB Variations

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

Color information

#96FFFC (or 0x96FFFC) is known color: Electric Blue. HEX triplet: 96, FF and FC. RGB value is (150,255,252). Sum of RGB (Red+Green+Blue) = 150+255+252=657 (87% of max value = 765). Red value is 150 (58.98% from 255 or 22.83% from 657); Green value is 255 (100% from 255 or 38.81% from 657); Blue value is 252 (98.83% from 255 or 38.36% from 657); Max value from RGB is 255 - color contains mainly: green. Hex color #96FFFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #96FFFC is #690003. Grayscale: #DFDFDF. Windows color (decimal): -6881284 or 16580502. OLE color: 16580502.

HSL color Cylindrical-coordinate representation of color #96FFFC: hue angle of 178.29º 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 #96FFFC is Cyan = 0.41, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.

Color convert

RGB 150 255 252 -
CMYK 0.41 0 0.01 0
HSL 178.29º 1% 0.79% -
HSV(B) 178.29º 0.41% 1% -
XYZ 65.91 85.03 105.03 -
YUV 223.26 144.21 75.74 -
System Red Green Blue C M Y K H S L
Decimal 150 255 252 0.41 0 0.01 0 178.29 1 0.79
Hex 96 FF FC 29 0 1 0 B2 64 4F
Octal 226 377 374 51 0 1 0 262 144 117
Binary 10010110 11111111 11111100 101001 0 1 0 10110010 1100100 1001111

Color Harmonies of #96FFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96FFFC

Black with #96FFFC

Text Example


Text Example

White with #96FFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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