#95FAF6

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

Shades of Electric Blue #95FAF6

Tints of Electric Blue #95FAF6

Color information

#95FAF6 (or 0x95FAF6) is unknown color: approx Electric Blue. HEX triplet: 95, FA and F6. RGB value is (149,250,246). Sum of RGB (Red+Green+Blue) = 149+250+246=645 (85% of max value = 765). Red value is 149 (58.59% from 255 or 23.10% from 645); Green value is 250 (98.05% from 255 or 38.76% from 645); Blue value is 246 (96.48% from 255 or 38.14% from 645); Max value from RGB is 250 - color contains mainly: green. Hex color #95FAF6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #95FAF6 is #6A0509. Grayscale: #DBDBDB. Windows color (decimal): -6948106 or 16186005. OLE color: 16186005.

HSL color Cylindrical-coordinate representation of color #95FAF6: hue angle of 177.62º 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 #95FAF6 is Cyan = 0.40, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.

Color convert

RGB149250246-
CMYK0.4000.020.02
HSL177.62º90.99%78.24%-
HSV(B)177.62º40.4%98.04%-
XYZ63.2181.4199.57-
YUV219.34143.0477.83-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 23.10%
GREEN value IS 250 (98.05% from 255) = 38.76%
BLUE value IS 246 (96.48% from 255) = 38.14%
R=23.10%
G=38.76%
B=38.14%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1492502460.4000.020.02177.6290.9978.24
Hex95FAF628022b25b4e
Octal22537236650022262133116
Binary100101011111101011110110101000010101011001010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95FAF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95FAF6; }

 p { color: rgb(149,250,246); }

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

<style>
 a { background-color: #95FAF6; }

 a { background-color: rgb(149,250,246); }

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

<style>
 span { border-color: #95FAF6; }

 span { border-color: rgb(149,250,246); }

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