#95F3FE

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

Shades of Electric Blue #95F3FE

Tints of Electric Blue #95F3FE

Color information

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

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

Color convert

RGB149243254-
CMYK0.410.0400.00
HSL186.29º98.13%79.02%-
HSV(B)186.29º41.34%99.61%-
XYZ62.3377.65105.47-
YUV216.15149.3680.11-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1492432540.410.0400.00186.2998.1379.02
Hex95F3FE29400ba624f
Octal22536337651400272142117
Binary100101011111001111111110101001100001011101011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95F3FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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