#96F9FB

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

Shades of Electric Blue #96F9FB

Tints of Electric Blue #96F9FB

Color information

#96F9FB (or 0x96F9FB) is unknown color: approx Electric Blue. HEX triplet: 96, F9 and FB. RGB value is (150,249,251). Sum of RGB (Red+Green+Blue) = 150+249+251=650 (86% of max value = 765). Red value is 150 (58.98% from 255 or 23.08% from 650); Green value is 249 (97.66% from 255 or 38.31% from 650); Blue value is 251 (98.44% from 255 or 38.62% from 650); Max value from RGB is 251 - color contains mainly: blue. Hex color #96F9FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #96F9FB is #690604. Grayscale: #DBDBDB. Windows color (decimal): -6882821 or 16513430. OLE color: 16513430.

HSL color Cylindrical-coordinate representation of color #96F9FB: hue angle of 181.19º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96F9FB is Cyan = 0.40, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB150249251-
CMYK0.400.0100.02
HSL181.19º92.66%78.63%-
HSV(B)181.19º40.24%98.43%-
XYZ63.8781.2103.57-
YUV219.63145.778.34-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 23.08%
GREEN value IS 249 (97.66% from 255) = 38.31%
BLUE value IS 251 (98.44% from 255) = 38.62%
R=23.08%
G=38.31%
B=38.62%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1502492510.400.0100.02181.1992.6678.63
Hex96F9FB28102b55d4f
Octal22637137350102265135117
Binary10010110111110011111101110100010101011010110111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96F9FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,249,251); }

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

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

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

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

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

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

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