#95F5FE

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

Shades of Electric Blue #95F5FE

Tints of Electric Blue #95F5FE

Color information

#95F5FE (or 0x95F5FE) is unknown color: approx Electric Blue. HEX triplet: 95, F5 and FE. RGB value is (149,245,254). Sum of RGB (Red+Green+Blue) = 149+245+254=648 (85% of max value = 765). Red value is 149 (58.59% from 255 or 22.99% from 648); Green value is 245 (96.09% from 255 or 37.81% from 648); Blue value is 254 (99.61% from 255 or 39.20% from 648); Max value from RGB is 254 - color contains mainly: blue. Hex color #95F5FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #95F5FE is #6A0A01. Grayscale: #D9D9D9. Windows color (decimal): -6949378 or 16709013. OLE color: 16709013.

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

Color convert

RGB149245254-
CMYK0.410.0400.00
HSL185.14º98.13%79.02%-
HSV(B)185.14º41.34%99.61%-
XYZ62.9478.85105.67-
YUV217.32148.779.27-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 22.99%
GREEN value IS 245 (96.09% from 255) = 37.81%
BLUE value IS 254 (99.61% from 255) = 39.20%
R=22.99%
G=37.81%
B=39.20%

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
Decimal1492452540.410.0400.00185.1498.1379.02
Hex95F5FE29400b9624f
Octal22536537651400271142117
Binary100101011111010111111110101001100001011100111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95F5FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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