#95FCFE

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

Shades of Electric Blue #95FCFE

Tints of Electric Blue #95FCFE

Color information

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

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

Color convert

RGB149252254-
CMYK0.410.0100.00
HSL181.14º98.13%79.02%-
HSV(B)181.14º41.34%99.61%-
XYZ65.0983.17106.39-
YUV221.43146.3876.34-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1492522540.410.0100.00181.1498.1379.02
Hex95FCFE29100b5624f
Octal22537437651100265142117
Binary1001010111111100111111101010011001011010111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95FCFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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