#95DCAE

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

Shades of Vista Blue #95DCAE

Tints of Vista Blue #95DCAE

Color information

#95DCAE (or 0x95DCAE) is unknown color: approx Vista Blue. HEX triplet: 95, DC and AE. RGB value is (149,220,174). Sum of RGB (Red+Green+Blue) = 149+220+174=543 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.44% from 543); Green value is 220 (86.33% from 255 or 40.52% from 543); Blue value is 174 (68.36% from 255 or 32.04% from 543); Max value from RGB is 220 - color contains mainly: green. Hex color #95DCAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95DCAE is #6A2351. Grayscale: #C1C1C1. Windows color (decimal): -6955858 or 11459733. OLE color: 11459733.

HSL color Cylindrical-coordinate representation of color #95DCAE: hue angle of 141.13º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #95DCAE is Cyan = 0.32, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB149220174-
CMYK0.3200.210.14
HSL141.13º50.35%72.35%-
HSV(B)141.13º32.27%86.27%-
XYZ45.6360.6349.34-
YUV193.53116.9896.24-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.44%
GREEN value IS 220 (86.33% from 255) = 40.52%
BLUE value IS 174 (68.36% from 255) = 32.04%
R=27.44%
G=40.52%
B=32.04%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1492201740.3200.210.14141.1350.3572.35
Hex95DCAE20015E8d3248
Octal225334256400251621562110
Binary1001010111011100101011101000000101011110100011011100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95DCAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,220,174); }

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

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

 a { background-color: rgb(149,220,174); }

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

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

 span { border-color: rgb(149,220,174); }

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