Html Css Color HEX #95CAA8 Vista Blue

📋 copy color: '#95CAA8'

red 149 ◦ green 202 ◦ blue 168

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

Shades of Vista Blue #95CAA8

Tints of Vista Blue #95CAA8

RGB

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

 GREEN value IS 202 (79.3% from 255) = 38.92%

 BLUE value IS 168 (66.02% from 255) = 32.37%

R = 28.71%
G = 38.92%
B = 32.37%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.17

 K value IS 0.21

RGB Variations

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

Color information

#95CAA8 (or 0x95CAA8) is known color: Vista Blue. HEX triplet: 95, CA and A8. RGB value is (149,202,168). Sum of RGB (Red+Green+Blue) = 149+202+168=519 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.71% from 519); Green value is 202 (79.30% from 255 or 38.92% from 519); Blue value is 168 (66.02% from 255 or 32.37% from 519); Max value from RGB is 202 - color contains mainly: green. Hex color #95CAA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95CAA8 is #6A3557. Grayscale: #B6B6B6. Windows color (decimal): -6960472 or 11061909. OLE color: 11061909.

HSL color Cylindrical-coordinate representation of color #95CAA8: hue angle of 141.51º degrees, saturation: 0.33, 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 #95CAA8 is Cyan = 0.26, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.21.

Color convert

RGB 149 202 168 -
CMYK 0.26 0 0.17 0.21
HSL 141.51º 0.33% 0.69% -
HSV(B) 141.51º 0.26% 0.79% -
XYZ 40.58 51.46 44.84 -
YUV 182.28 119.94 104.26 -
System Red Green Blue C M Y K H S L
Decimal 149 202 168 0.26 0 0.17 0.21 141.51 0.33 0.69
Hex 95 CA A8 1A 0 11 15 8E 21 45
Octal 225 312 250 32 0 21 25 216 41 105
Binary 10010101 11001010 10101000 11010 0 10001 10101 10001110 100001 1000101

Color Harmonies of #95CAA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95CAA8

Black with #95CAA8

Text Example


Text Example

White with #95CAA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,202,168); }

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

background-color css

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

 a { background-color: rgb(149,202,168); }

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

border-color css

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

 span { border-color: rgb(149,202,168); }

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