Html Css Color HEX #95D4AE Vista Blue

📋 copy color: '#95D4AE'

red 149 ◦ green 212 ◦ blue 174

#95D4AE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vista Blue #95D4AE

Tints of Vista Blue #95D4AE

RGB

 RED value IS 149 (58.59% from 255) = 27.85%

 GREEN value IS 212 (83.2% from 255) = 39.63%

 BLUE value IS 174 (68.36% from 255) = 32.52%

R = 27.85%
G = 39.63%
B = 32.52%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.18

 K value IS 0.17

RGB Variations

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

Color information

#95D4AE (or 0x95D4AE) is known color: Vista Blue. HEX triplet: 95, D4 and AE. RGB value is (149,212,174). Sum of RGB (Red+Green+Blue) = 149+212+174=535 (70% of max value = 765). Red value is 149 (58.59% from 255 or 27.85% from 535); Green value is 212 (83.20% from 255 or 39.63% from 535); Blue value is 174 (68.36% from 255 or 32.52% from 535); Max value from RGB is 212 - color contains mainly: green. Hex color #95D4AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95D4AE is #6A2B51. Grayscale: #BCBCBC. Windows color (decimal): -6957906 or 11457685. OLE color: 11457685.

HSL color Cylindrical-coordinate representation of color #95D4AE: hue angle of 143.81º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #95D4AE is Cyan = 0.30, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.17.

Color convert

RGB 149 212 174 -
CMYK 0.30 0 0.18 0.17
HSL 143.81º 0.42% 0.71% -
HSV(B) 143.81º 0.3% 0.83% -
XYZ 43.58 56.53 48.66 -
YUV 188.83 119.63 99.59 -
System Red Green Blue C M Y K H S L
Decimal 149 212 174 0.30 0 0.18 0.17 143.81 0.42 0.71
Hex 95 D4 AE 1E 0 12 11 90 2A 47
Octal 225 324 256 36 0 22 21 220 52 107
Binary 10010101 11010100 10101110 11110 0 10010 10001 10010000 101010 1000111

Color Harmonies of #95D4AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95D4AE

Black with #95D4AE

Text Example


Text Example

White with #95D4AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #95D4AE;
 }
 .AnyTagClassName
 {
   color: #95D4AE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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