#95FAF3

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

Shades of Electric Blue #95FAF3

Tints of Electric Blue #95FAF3

Color information

#95FAF3 (or 0x95FAF3) is unknown color: approx Electric Blue. HEX triplet: 95, FA and F3. RGB value is (149,250,243). Sum of RGB (Red+Green+Blue) = 149+250+243=642 (85% of max value = 765). Red value is 149 (58.59% from 255 or 23.21% from 642); Green value is 250 (98.05% from 255 or 38.94% from 642); Blue value is 243 (95.31% from 255 or 37.85% from 642); Max value from RGB is 250 - color contains mainly: green. Hex color #95FAF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #95FAF3 is #6A050C. Grayscale: #DADADA. Windows color (decimal): -6948109 or 15989397. OLE color: 15989397.

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

Color convert

RGB149250243-
CMYK0.4000.030.02
HSL175.84º90.99%78.24%-
HSV(B)175.84º40.4%98.04%-
XYZ62.7681.2397.17-
YUV219141.5478.07-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 23.21%
GREEN value IS 250 (98.05% from 255) = 38.94%
BLUE value IS 243 (95.31% from 255) = 37.85%
R=23.21%
G=38.94%
B=37.85%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1492502430.4000.030.02175.8490.9978.24
Hex95FAF328032b05b4e
Octal22537236350032260133116
Binary100101011111101011110011101000011101011000010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95FAF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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