#95F3FF

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

Shades of Electric Blue #95F3FF

Tints of Electric Blue #95F3FF

Color information

#95F3FF (or 0x95F3FF) is unknown color: approx Electric Blue. HEX triplet: 95, F3 and FF. RGB value is (149,243,255). Sum of RGB (Red+Green+Blue) = 149+243+255=647 (85% of max value = 765). Red value is 149 (58.59% from 255 or 23.03% from 647); Green value is 243 (95.31% from 255 or 37.56% from 647); Blue value is 255 (100% from 255 or 39.41% from 647); Max value from RGB is 255 - color contains mainly: blue. Hex color #95F3FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #95F3FF is #6A0C00. Grayscale: #D8D8D8. Windows color (decimal): -6949889 or 16774037. OLE color: 16774037.

HSL color Cylindrical-coordinate representation of color #95F3FF: hue angle of 186.79º 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 #95F3FF is Cyan = 0.42, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB149243255-
CMYK0.420.0500
HSL186.79º100%79.22%-
HSV(B)186.79º41.57%100%-
XYZ62.577.71106.31-
YUV216.26149.8680.02-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 23.03%
GREEN value IS 243 (95.31% from 255) = 37.56%
BLUE value IS 255 (100% from 255) = 39.41%
R=23.03%
G=37.56%
B=39.41%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1492432550.420.0500186.7910079.22
Hex95F3FF2A500bb644f
Octal22536337752500273144117
Binary100101011111001111111111101010101001011101111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95F3FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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