#95F9FE

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

Shades of Electric Blue #95F9FE

Tints of Electric Blue #95F9FE

Color information

#95F9FE (or 0x95F9FE) is unknown color: approx Electric Blue. HEX triplet: 95, F9 and FE. RGB value is (149,249,254). Sum of RGB (Red+Green+Blue) = 149+249+254=652 (86% of max value = 765). Red value is 149 (58.59% from 255 or 22.85% from 652); Green value is 249 (97.66% from 255 or 38.19% from 652); Blue value is 254 (99.61% from 255 or 38.96% from 652); Max value from RGB is 254 - color contains mainly: blue. Hex color #95F9FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #95F9FE is #6A0601. Grayscale: #DBDBDB. Windows color (decimal): -6948354 or 16710037. OLE color: 16710037.

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

Color convert

RGB149249254-
CMYK0.410.0200.00
HSL182.86º98.13%79.02%-
HSV(B)182.86º41.34%99.61%-
XYZ64.1681.3106.08-
YUV219.67147.3777.59-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 22.85%
GREEN value IS 249 (97.66% from 255) = 38.19%
BLUE value IS 254 (99.61% from 255) = 38.96%
R=22.85%
G=38.19%
B=38.96%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1492492540.410.0200.00182.8698.1379.02
Hex95F9FE29200b7624f
Octal22537137651200267142117
Binary10010101111110011111111010100110001011011111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95F9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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