Html Css Color HEX #96FAFE Electric Blue

📋 copy color: '#96FAFE'

red 150 ◦ green 250 ◦ blue 254

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

Shades of Electric Blue #96FAFE

Tints of Electric Blue #96FAFE

RGB

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

 GREEN value IS 250 (98.05% from 255) = 38.23%

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

R = 22.94%
G = 38.23%
B = 38.84%

CMYK

 C value IS 0.41

 M value IS 0.02

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#96FAFE (or 0x96FAFE) is known color: Electric Blue. HEX triplet: 96, FA and FE. RGB value is (150,250,254). Sum of RGB (Red+Green+Blue) = 150+250+254=654 (86% of max value = 765). Red value is 150 (58.98% from 255 or 22.94% from 654); Green value is 250 (98.05% from 255 or 38.23% from 654); Blue value is 254 (99.61% from 255 or 38.84% from 654); Max value from RGB is 254 - color contains mainly: blue. Hex color #96FAFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #96FAFE is #690501. Grayscale: #DCDCDC. Windows color (decimal): -6882562 or 16710294. OLE color: 16710294.

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

Color convert

RGB 150 250 254 -
CMYK 0.41 0.02 0 0.00
HSL 182.31º 0.98% 0.79% -
HSV(B) 182.31º 0.41% 1% -
XYZ 64.65 82.01 106.19 -
YUV 220.56 146.87 77.67 -
System Red Green Blue C M Y K H S L
Decimal 150 250 254 0.41 0.02 0 0.00 182.31 0.98 0.79
Hex 96 FA FE 29 2 0 0 B6 62 4F
Octal 226 372 376 51 2 0 0 266 142 117
Binary 10010110 11111010 11111110 101001 10 0 0 10110110 1100010 1001111

Color Harmonies of #96FAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96FAFE

Black with #96FAFE

Text Example


Text Example

White with #96FAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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