#95FEF3

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

Shades of Electric Blue #95FEF3

Tints of Electric Blue #95FEF3

Color information

#95FEF3 (or 0x95FEF3) is unknown color: approx Electric Blue. HEX triplet: 95, FE and F3. RGB value is (149,254,243). Sum of RGB (Red+Green+Blue) = 149+254+243=646 (85% of max value = 765). Red value is 149 (58.59% from 255 or 23.07% from 646); Green value is 254 (99.61% from 255 or 39.32% from 646); Blue value is 243 (95.31% from 255 or 37.62% from 646); Max value from RGB is 254 - color contains mainly: green. Hex color #95FEF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #95FEF3 is #6A010C. Grayscale: #DDDDDD. Windows color (decimal): -6947085 or 15990421. OLE color: 15990421.

HSL color Cylindrical-coordinate representation of color #95FEF3: hue angle of 173.71º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #95FEF3 is Cyan = 0.41, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.00.

Color convert

RGB149254243-
CMYK0.4100.040.00
HSL173.71º98.13%79.02%-
HSV(B)173.71º41.34%99.61%-
XYZ64.0183.7497.58-
YUV221.35140.2176.39-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 23.07%
GREEN value IS 254 (99.61% from 255) = 39.32%
BLUE value IS 243 (95.31% from 255) = 37.62%
R=23.07%
G=39.32%
B=37.62%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1492542430.4100.040.00173.7198.1379.02
Hex95FEF329040ae624f
Octal22537636351040256142117
Binary100101011111111011110011101001010001010111011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95FEF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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