#95F5FA

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

Shades of Electric Blue #95F5FA

Tints of Electric Blue #95F5FA

Color information

#95F5FA (or 0x95F5FA) is unknown color: approx Electric Blue. HEX triplet: 95, F5 and FA. RGB value is (149,245,250). Sum of RGB (Red+Green+Blue) = 149+245+250=644 (85% of max value = 765). Red value is 149 (58.59% from 255 or 23.14% from 644); Green value is 245 (96.09% from 255 or 38.04% from 644); Blue value is 250 (98.05% from 255 or 38.82% from 644); Max value from RGB is 250 - color contains mainly: blue. Hex color #95F5FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #95F5FA is #6A0A05. Grayscale: #D8D8D8. Windows color (decimal): -6949382 or 16446869. OLE color: 16446869.

HSL color Cylindrical-coordinate representation of color #95F5FA: hue angle of 182.97º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #95F5FA is Cyan = 0.40, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB149245250-
CMYK0.400.0200.02
HSL182.97º90.99%78.24%-
HSV(B)182.97º40.4%98.04%-
XYZ62.378.6102.33-
YUV216.87146.779.59-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 23.14%
GREEN value IS 245 (96.09% from 255) = 38.04%
BLUE value IS 250 (98.05% from 255) = 38.82%
R=23.14%
G=38.04%
B=38.82%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1492452500.400.0200.02182.9790.9978.24
Hex95F5FA28202b75b4e
Octal22536537250202267133116
Binary100101011111010111111010101000100101011011110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95F5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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