#95FAF4

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

Shades of Electric Blue #95FAF4

Tints of Electric Blue #95FAF4

Color information

#95FAF4 (or 0x95FAF4) is unknown color: approx Electric Blue. HEX triplet: 95, FA and F4. RGB value is (149,250,244). Sum of RGB (Red+Green+Blue) = 149+250+244=643 (85% of max value = 765). Red value is 149 (58.59% from 255 or 23.17% from 643); Green value is 250 (98.05% from 255 or 38.88% from 643); Blue value is 244 (95.70% from 255 or 37.95% from 643); Max value from RGB is 250 - color contains mainly: green. Hex color #95FAF4 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #95FAF4 is #6A050B. Grayscale: #DBDBDB. Windows color (decimal): -6948108 or 16054933. OLE color: 16054933.

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

Color convert

RGB149250244-
CMYK0.4000.020.02
HSL176.44º90.99%78.24%-
HSV(B)176.44º40.4%98.04%-
XYZ62.9181.2997.96-
YUV219.12142.0477.99-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 23.17%
GREEN value IS 250 (98.05% from 255) = 38.88%
BLUE value IS 244 (95.70% from 255) = 37.95%
R=23.17%
G=38.88%
B=37.95%

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
Decimal1492502440.4000.020.02176.4490.9978.24
Hex95FAF428022b05b4e
Octal22537236450022260133116
Binary100101011111101011110100101000010101011000010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95FAF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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