Html Css Color HEX #96FFFF Electric Blue

📋 copy color: '#96FFFF'

red 150 ◦ green 255 ◦ blue 255

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

Shades of Electric Blue #96FFFF

Tints of Electric Blue #96FFFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 38.64%

R = 22.73%
G = 38.64%
B = 38.64%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#96FFFF (or 0x96FFFF) is known color: Electric Blue. HEX triplet: 96, FF and FF. RGB value is (150,255,255). Sum of RGB (Red+Green+Blue) = 150+255+255=660 (87% of max value = 765). Red value is 150 (58.98% from 255 or 22.73% from 660); Green value is 255 (100% from 255 or 38.64% from 660); Blue value is 255 (100% from 255 or 38.64% from 660); Max value from RGB is 255 - color contains mainly: green, blue. Hex color #96FFFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #96FFFF is #690000. Grayscale: #DFDFDF. Windows color (decimal): -6881281 or 16777110. OLE color: 16777110.

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

Color convert

RGB 150 255 255 -
CMYK 0.41 0 0 0
HSL 180º 1% 0.79% -
HSV(B) 180º 0.41% 1% -
XYZ 66.39 85.22 107.56 -
YUV 223.61 145.71 75.5 -
System Red Green Blue C M Y K H S L
Decimal 150 255 255 0.41 0 0 0 180 1 0.79
Hex 96 FF FF 29 0 0 0 B4 64 4F
Octal 226 377 377 51 0 0 0 264 144 117
Binary 10010110 11111111 11111111 101001 0 0 0 10110100 1100100 1001111

Color Harmonies of #96FFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96FFFF

Black with #96FFFF

Text Example


Text Example

White with #96FFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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