#95EABB

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

Shades of Vista Blue #95EABB

Tints of Vista Blue #95EABB

Color information

#95EABB (or 0x95EABB) is unknown color: approx Vista Blue. HEX triplet: 95, EA and BB. RGB value is (149,234,187). Sum of RGB (Red+Green+Blue) = 149+234+187=570 (75% of max value = 765). Red value is 149 (58.59% from 255 or 26.14% from 570); Green value is 234 (91.80% from 255 or 41.05% from 570); Blue value is 187 (73.44% from 255 or 32.81% from 570); Max value from RGB is 234 - color contains mainly: green. Hex color #95EABB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95EABB is #6A1544. Grayscale: #CBCBCB. Windows color (decimal): -6952261 or 12315285. OLE color: 12315285.

HSL color Cylindrical-coordinate representation of color #95EABB: hue angle of 146.82º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #95EABB is Cyan = 0.36, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB149234187-
CMYK0.3600.200.08
HSL146.82º66.93%75.1%-
HSV(B)146.82º36.32%91.76%-
XYZ50.7968.8257.62-
YUV203.23118.8489.32-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.14%
GREEN value IS 234 (91.80% from 255) = 41.05%
BLUE value IS 187 (73.44% from 255) = 32.81%
R=26.14%
G=41.05%
B=32.81%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1492341870.3600.200.08146.8266.9375.1
Hex95EABB24014893434b
Octal2253522734402410223103113
Binary10010101111010101011101110010001010010001001001110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95EABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,234,187); }

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

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

 a { background-color: rgb(149,234,187); }

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

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

 span { border-color: rgb(149,234,187); }

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