#95FEFC

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

Shades of Electric Blue #95FEFC

Tints of Electric Blue #95FEFC

Color information

#95FEFC (or 0x95FEFC) is unknown color: approx Electric Blue. HEX triplet: 95, FE and FC. RGB value is (149,254,252). Sum of RGB (Red+Green+Blue) = 149+254+252=655 (86% of max value = 765). Red value is 149 (58.59% from 255 or 22.75% from 655); Green value is 254 (99.61% from 255 or 38.78% from 655); Blue value is 252 (98.83% from 255 or 38.47% from 655); Max value from RGB is 254 - color contains mainly: green. Hex color #95FEFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #95FEFC is #6A0103. Grayscale: #DEDEDE. Windows color (decimal): -6947076 or 16580245. OLE color: 16580245.

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

Color convert

RGB149254252-
CMYK0.4100.010.00
HSL178.86º98.13%79.02%-
HSV(B)178.86º41.34%99.61%-
XYZ65.4184.3104.92-
YUV222.38144.7175.66-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 22.75%
GREEN value IS 254 (99.61% from 255) = 38.78%
BLUE value IS 252 (98.83% from 255) = 38.47%
R=22.75%
G=38.78%
B=38.47%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1492542520.4100.010.00178.8698.1379.02
Hex95FEFC29010b3624f
Octal22537637451010263142117
Binary1001010111111110111111001010010101011001111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95FEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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