Html Css Color HEX #95E1C0 Vista Blue

📋 copy color: '#95E1C0'

red 149 ◦ green 225 ◦ blue 192

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

Shades of Vista Blue #95E1C0

Tints of Vista Blue #95E1C0

RGB

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

 GREEN value IS 225 (88.28% from 255) = 39.75%

 BLUE value IS 192 (75.39% from 255) = 33.92%

R = 26.33%
G = 39.75%
B = 33.92%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.15

 K value IS 0.12

RGB Variations

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

Color information

#95E1C0 (or 0x95E1C0) is known color: Vista Blue. HEX triplet: 95, E1 and C0. RGB value is (149,225,192). Sum of RGB (Red+Green+Blue) = 149+225+192=566 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.33% from 566); Green value is 225 (88.28% from 255 or 39.75% from 566); Blue value is 192 (75.39% from 255 or 33.92% from 566); Max value from RGB is 225 - color contains mainly: green. Hex color #95E1C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95E1C0 is #6A1E3F. Grayscale: #C6C6C6. Windows color (decimal): -6954560 or 12640661. OLE color: 12640661.

HSL color Cylindrical-coordinate representation of color #95E1C0: hue angle of 153.95º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #95E1C0 is Cyan = 0.34, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.12.

Color convert

RGB 149 225 192 -
CMYK 0.34 0 0.15 0.12
HSL 153.95º 0.56% 0.73% -
HSV(B) 153.95º 0.34% 0.88% -
XYZ 48.83 64.05 59.66 -
YUV 198.51 124.32 92.68 -
System Red Green Blue C M Y K H S L
Decimal 149 225 192 0.34 0 0.15 0.12 153.95 0.56 0.73
Hex 95 E1 C0 22 0 F C 9A 38 49
Octal 225 341 300 42 0 17 14 232 70 111
Binary 10010101 11100001 11000000 100010 0 1111 1100 10011010 111000 1001001

Color Harmonies of #95E1C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95E1C0

Black with #95E1C0

Text Example


Text Example

White with #95E1C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,225,192); }

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

background-color css

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

 a { background-color: rgb(149,225,192); }

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

border-color css

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

 span { border-color: rgb(149,225,192); }

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