#95FFFE

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

Shades of Electric Blue #95FFFE

Tints of Electric Blue #95FFFE

Color information

#95FFFE (or 0x95FFFE) is unknown color: approx Electric Blue. HEX triplet: 95, FF and FE. RGB value is (149,255,254). Sum of RGB (Red+Green+Blue) = 149+255+254=658 (87% of max value = 765). Red value is 149 (58.59% from 255 or 22.64% from 658); Green value is 255 (100% from 255 or 38.75% from 658); Blue value is 254 (99.61% from 255 or 38.60% from 658); Max value from RGB is 255 - color contains mainly: green. Hex color #95FFFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #95FFFE is #6A0001. Grayscale: #DFDFDF. Windows color (decimal): -6946818 or 16711573. OLE color: 16711573.

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

Color convert

RGB149255254-
CMYK0.4200.000
HSL179.43º100%79.22%-
HSV(B)179.43º41.57%100%-
XYZ66.0485.07106.7-
YUV223.19145.3875.08-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 22.64%
GREEN value IS 255 (100% from 255) = 38.75%
BLUE value IS 254 (99.61% from 255) = 38.60%
R=22.64%
G=38.75%
B=38.60%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1492552540.4200.000179.4310079.22
Hex95FFFE2A000b3644f
Octal22537737652000263144117
Binary1001010111111111111111101010100001011001111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95FFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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