Html Css Color HEX #96F7FA Electric Blue

📋 copy color: '#96F7FA'

red 150 ◦ green 247 ◦ blue 250

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

Shades of Electric Blue #96F7FA

Tints of Electric Blue #96F7FA

RGB

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

 GREEN value IS 247 (96.88% from 255) = 38.18%

 BLUE value IS 250 (98.05% from 255) = 38.64%

R = 23.18%
G = 38.18%
B = 38.64%

CMYK

 C value IS 0.4

 M value IS 0.01

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#96F7FA (or 0x96F7FA) is known color: Electric Blue. HEX triplet: 96, F7 and FA. RGB value is (150,247,250). Sum of RGB (Red+Green+Blue) = 150+247+250=647 (85% of max value = 765). Red value is 150 (58.98% from 255 or 23.18% from 647); Green value is 247 (96.88% from 255 or 38.18% from 647); Blue value is 250 (98.05% from 255 or 38.64% from 647); Max value from RGB is 250 - color contains mainly: blue. Hex color #96F7FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #96F7FA is #690805. Grayscale: #DADADA. Windows color (decimal): -6883334 or 16447382. OLE color: 16447382.

HSL color Cylindrical-coordinate representation of color #96F7FA: hue angle of 181.8º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96F7FA is Cyan = 0.4, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 150 247 250 -
CMYK 0.4 0.01 0 0.02
HSL 181.8º 0.91% 0.78% -
HSV(B) 181.8º 0.4% 0.98% -
XYZ 63.09 79.91 102.54 -
YUV 218.34 145.86 79.26 -
System Red Green Blue C M Y K H S L
Decimal 150 247 250 0.4 0.01 0 0.02 181.8 0.91 0.78
Hex 96 F7 FA 28 1 0 2 B6 5B 4E
Octal 226 367 372 50 1 0 2 266 133 116
Binary 10010110 11110111 11111010 101000 1 0 10 10110110 1011011 1001110

Color Harmonies of #96F7FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96F7FA

Black with #96F7FA

Text Example


Text Example

White with #96F7FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,247,250); }

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

background-color css

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

 a { background-color: rgb(150,247,250); }

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

border-color css

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

 span { border-color: rgb(150,247,250); }

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