Html Css Color HEX #95C9AE Vista Blue

📋 copy color: '#95C9AE'

red 149 ◦ green 201 ◦ blue 174

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

Shades of Vista Blue #95C9AE

Tints of Vista Blue #95C9AE

RGB

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

 GREEN value IS 201 (78.91% from 255) = 38.36%

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

R = 28.44%
G = 38.36%
B = 33.21%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.13

 K value IS 0.21

RGB Variations

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

Color information

#95C9AE (or 0x95C9AE) is known color: Vista Blue. HEX triplet: 95, C9 and AE. RGB value is (149,201,174). Sum of RGB (Red+Green+Blue) = 149+201+174=524 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.44% from 524); Green value is 201 (78.91% from 255 or 38.36% from 524); Blue value is 174 (68.36% from 255 or 33.21% from 524); Max value from RGB is 201 - color contains mainly: green. Hex color #95C9AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95C9AE is #6A3651. Grayscale: #B6B6B6. Windows color (decimal): -6960722 or 11454869. OLE color: 11454869.

HSL color Cylindrical-coordinate representation of color #95C9AE: hue angle of 148.85º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #95C9AE is Cyan = 0.26, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.

Color convert

RGB 149 201 174 -
CMYK 0.26 0 0.13 0.21
HSL 148.85º 0.33% 0.69% -
HSV(B) 148.85º 0.26% 0.79% -
XYZ 40.92 51.22 47.77 -
YUV 182.37 123.27 104.2 -
System Red Green Blue C M Y K H S L
Decimal 149 201 174 0.26 0 0.13 0.21 148.85 0.33 0.69
Hex 95 C9 AE 1A 0 D 15 95 20 45
Octal 225 311 256 32 0 15 25 225 40 105
Binary 10010101 11001001 10101110 11010 0 1101 10101 10010101 100000 1000101

Color Harmonies of #95C9AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C9AE

Black with #95C9AE

Text Example


Text Example

White with #95C9AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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