#96F6FF

Color #96F6FF Electric Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Blue #96F6FF

Tints of Electric Blue #96F6FF

Color information

#96F6FF (or 0x96F6FF) is unknown color: approx Electric Blue. HEX triplet: 96, F6 and FF. RGB value is (150,246,255). Sum of RGB (Red+Green+Blue) = 150+246+255=651 (86% of max value = 765). Red value is 150 (58.98% from 255 or 23.04% from 651); Green value is 246 (96.48% from 255 or 37.79% from 651); Blue value is 255 (100% from 255 or 39.17% from 651); Max value from RGB is 255 - color contains mainly: blue. Hex color #96F6FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #96F6FF is #690900. Grayscale: #DADADA. Windows color (decimal): -6883585 or 16774806. OLE color: 16774806.

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

Color convert

RGB150246255-
CMYK0.410.0400
HSL185.14º100%79.41%-
HSV(B)185.14º41.18%100%-
XYZ63.5879.62106.62-
YUV218.32148.779.27-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 23.04%
GREEN value IS 246 (96.48% from 255) = 37.79%
BLUE value IS 255 (100% from 255) = 39.17%
R=23.04%
G=37.79%
B=39.17%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1502462550.410.0400185.1410079.41
Hex96F6FF29400b9644f
Octal22636637751400271144117
Binary100101101111011011111111101001100001011100111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96F6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #96F6FF;
 }
 .AnyTagClassName
 {
   color: #96F6FF;
 }
</style>
background-color css

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

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

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

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

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

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