Html Css Color HEX #95D0AE Vista Blue

📋 copy color: '#95D0AE'

red 149 ◦ green 208 ◦ blue 174

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

Shades of Vista Blue #95D0AE

Tints of Vista Blue #95D0AE

RGB

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

 GREEN value IS 208 (81.64% from 255) = 39.17%

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

R = 28.06%
G = 39.17%
B = 32.77%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#95D0AE (or 0x95D0AE) is known color: Vista Blue. HEX triplet: 95, D0 and AE. RGB value is (149,208,174). Sum of RGB (Red+Green+Blue) = 149+208+174=531 (70% of max value = 765). Red value is 149 (58.59% from 255 or 28.06% from 531); Green value is 208 (81.64% from 255 or 39.17% from 531); Blue value is 174 (68.36% from 255 or 32.77% from 531); Max value from RGB is 208 - color contains mainly: green. Hex color #95D0AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95D0AE is #6A2F51. Grayscale: #BABABA. Windows color (decimal): -6958930 or 11456661. OLE color: 11456661.

HSL color Cylindrical-coordinate representation of color #95D0AE: hue angle of 145.42º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #95D0AE is Cyan = 0.28, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.18.

Color convert

RGB 149 208 174 -
CMYK 0.28 0 0.16 0.18
HSL 145.42º 0.39% 0.7% -
HSV(B) 145.42º 0.28% 0.82% -
XYZ 42.59 54.56 48.33 -
YUV 186.48 120.95 101.26 -
System Red Green Blue C M Y K H S L
Decimal 149 208 174 0.28 0 0.16 0.18 145.42 0.39 0.7
Hex 95 D0 AE 1C 0 10 12 91 27 46
Octal 225 320 256 34 0 20 22 221 47 106
Binary 10010101 11010000 10101110 11100 0 10000 10010 10010001 100111 1000110

Color Harmonies of #95D0AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95D0AE

Black with #95D0AE

Text Example


Text Example

White with #95D0AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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