Html Css Color HEX #96FFFD Electric Blue

📋 copy color: '#96FFFD'

red 150 ◦ green 255 ◦ blue 253

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

Shades of Electric Blue #96FFFD

Tints of Electric Blue #96FFFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 38.45%

R = 22.8%
G = 38.75%
B = 38.45%

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

#96FFFD (or 0x96FFFD) is known color: Electric Blue. HEX triplet: 96, FF and FD. RGB value is (150,255,253). Sum of RGB (Red+Green+Blue) = 150+255+253=658 (87% of max value = 765). Red value is 150 (58.98% from 255 or 22.80% from 658); Green value is 255 (100% from 255 or 38.75% from 658); Blue value is 253 (99.22% from 255 or 38.45% from 658); Max value from RGB is 255 - color contains mainly: green. Hex color #96FFFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #96FFFD is #690002. Grayscale: #DFDFDF. Windows color (decimal): -6881283 or 16646038. OLE color: 16646038.

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

Color convert

RGB 150 255 253 -
CMYK 0.41 0 0.01 0
HSL 178.86º 1% 0.79% -
HSV(B) 178.86º 0.41% 1% -
XYZ 66.07 85.1 105.87 -
YUV 223.38 144.71 75.66 -
System Red Green Blue C M Y K H S L
Decimal 150 255 253 0.41 0 0.01 0 178.86 1 0.79
Hex 96 FF FD 29 0 1 0 B3 64 4F
Octal 226 377 375 51 0 1 0 263 144 117
Binary 10010110 11111111 11111101 101001 0 1 0 10110011 1100100 1001111

Color Harmonies of #96FFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96FFFD

Black with #96FFFD

Text Example


Text Example

White with #96FFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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