#95FBF9

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

Shades of Electric Blue #95FBF9

Tints of Electric Blue #95FBF9

Color information

#95FBF9 (or 0x95FBF9) is unknown color: approx Electric Blue. HEX triplet: 95, FB and F9. RGB value is (149,251,249). Sum of RGB (Red+Green+Blue) = 149+251+249=649 (85% of max value = 765). Red value is 149 (58.59% from 255 or 22.96% from 649); Green value is 251 (98.44% from 255 or 38.67% from 649); Blue value is 249 (97.66% from 255 or 38.37% from 649); Max value from RGB is 251 - color contains mainly: green. Hex color #95FBF9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #95FBF9 is #6A0406. Grayscale: #DCDCDC. Windows color (decimal): -6947847 or 16382869. OLE color: 16382869.

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

Color convert

RGB149251249-
CMYK0.4100.010.02
HSL178.82º92.73%78.43%-
HSV(B)178.82º40.64%98.43%-
XYZ63.9982.22102.12-
YUV220.27144.2177.16-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 22.96%
GREEN value IS 251 (98.44% from 255) = 38.67%
BLUE value IS 249 (97.66% from 255) = 38.37%
R=22.96%
G=38.67%
B=38.37%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1492512490.4100.010.02178.8292.7378.43
Hex95FBF929012b35d4e
Octal22537337151012263135116
Binary10010101111110111111100110100101101011001110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95FBF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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