#96F8FA

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

Shades of Electric Blue #96F8FA

Tints of Electric Blue #96F8FA

Color information

#96F8FA (or 0x96F8FA) is unknown color: approx Electric Blue. HEX triplet: 96, F8 and FA. RGB value is (150,248,250). Sum of RGB (Red+Green+Blue) = 150+248+250=648 (85% of max value = 765). Red value is 150 (58.98% from 255 or 23.15% from 648); Green value is 248 (97.27% from 255 or 38.27% from 648); Blue value is 250 (98.05% from 255 or 38.58% from 648); Max value from RGB is 250 - color contains mainly: blue. Hex color #96F8FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #96F8FA is #690705. Grayscale: #DADADA. Windows color (decimal): -6883078 or 16447638. OLE color: 16447638.

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

Color convert

RGB150248250-
CMYK0.40.0100.02
HSL181.2º90.91%78.43%-
HSV(B)181.2º40%98.04%-
XYZ63.480.52102.64-
YUV218.93145.5378.84-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 23.15%
GREEN value IS 248 (97.27% from 255) = 38.27%
BLUE value IS 250 (98.05% from 255) = 38.58%
R=23.15%
G=38.27%
B=38.58%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1502482500.40.0100.02181.290.9178.43
Hex96F8FA28102b55b4e
Octal22637037250102265133116
Binary10010110111110001111101010100010101011010110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96F8FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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