#95F9F7

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

Shades of Electric Blue #95F9F7

Tints of Electric Blue #95F9F7

Color information

#95F9F7 (or 0x95F9F7) is unknown color: approx Electric Blue. HEX triplet: 95, F9 and F7. RGB value is (149,249,247). Sum of RGB (Red+Green+Blue) = 149+249+247=645 (85% of max value = 765). Red value is 149 (58.59% from 255 or 23.10% from 645); Green value is 249 (97.66% from 255 or 38.60% from 645); Blue value is 247 (96.88% from 255 or 38.29% from 645); Max value from RGB is 249 - color contains mainly: green. Hex color #95F9F7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #95F9F7 is #6A0608. Grayscale: #DADADA. Windows color (decimal): -6948361 or 16251285. OLE color: 16251285.

HSL color Cylindrical-coordinate representation of color #95F9F7: hue angle of 178.8º degrees, saturation: 0.89, 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 #95F9F7 is Cyan = 0.40, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.02.

Color convert

RGB149249247-
CMYK0.4000.010.02
HSL178.8º89.29%78.04%-
HSV(B)178.8º40.16%97.65%-
XYZ63.0680.86100.28-
YUV218.87143.8778.16-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 23.10%
GREEN value IS 249 (97.66% from 255) = 38.60%
BLUE value IS 247 (96.88% from 255) = 38.29%
R=23.10%
G=38.60%
B=38.29%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1492492470.4000.010.02178.889.2978.04
Hex95F9F728012b3594e
Octal22537136750012263131116
Binary10010101111110011111011110100001101011001110110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95F9F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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