#95FEFD

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

Shades of Electric Blue #95FEFD

Tints of Electric Blue #95FEFD

Color information

#95FEFD (or 0x95FEFD) is unknown color: approx Electric Blue. HEX triplet: 95, FE and FD. RGB value is (149,254,253). Sum of RGB (Red+Green+Blue) = 149+254+253=656 (86% of max value = 765). Red value is 149 (58.59% from 255 or 22.71% from 656); Green value is 254 (99.61% from 255 or 38.72% from 656); Blue value is 253 (99.22% from 255 or 38.57% from 656); Max value from RGB is 254 - color contains mainly: green. Hex color #95FEFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #95FEFD is #6A0102. Grayscale: #DEDEDE. Windows color (decimal): -6947075 or 16645781. OLE color: 16645781.

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

Color convert

RGB149254253-
CMYK0.4100.000.00
HSL179.43º98.13%79.02%-
HSV(B)179.43º41.34%99.61%-
XYZ65.5784.37105.76-
YUV222.49145.2175.58-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 22.71%
GREEN value IS 254 (99.61% from 255) = 38.72%
BLUE value IS 253 (99.22% from 255) = 38.57%
R=22.71%
G=38.72%
B=38.57%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1492542530.4100.000.00179.4398.1379.02
Hex95FEFD29000b3624f
Octal22537637551000263142117
Binary1001010111111110111111011010010001011001111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95FEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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