Html Css Color HEX #95E3BC Vista Blue

📋 copy color: '#95E3BC'

red 149 ◦ green 227 ◦ blue 188

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

Shades of Vista Blue #95E3BC

Tints of Vista Blue #95E3BC

RGB

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

 GREEN value IS 227 (89.06% from 255) = 40.25%

 BLUE value IS 188 (73.83% from 255) = 33.33%

R = 26.42%
G = 40.25%
B = 33.33%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.17

 K value IS 0.11

RGB Variations

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

Color information

#95E3BC (or 0x95E3BC) is known color: Vista Blue. HEX triplet: 95, E3 and BC. RGB value is (149,227,188). Sum of RGB (Red+Green+Blue) = 149+227+188=564 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.42% from 564); Green value is 227 (89.06% from 255 or 40.25% from 564); Blue value is 188 (73.83% from 255 or 33.33% from 564); Max value from RGB is 227 - color contains mainly: green. Hex color #95E3BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95E3BC is #6A1C43. Grayscale: #C7C7C7. Windows color (decimal): -6954052 or 12379029. OLE color: 12379029.

HSL color Cylindrical-coordinate representation of color #95E3BC: hue angle of 150º degrees, saturation: 0.58, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #95E3BC is Cyan = 0.34, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB 149 227 188 -
CMYK 0.34 0 0.17 0.11
HSL 150º 0.58% 0.74% -
HSV(B) 150º 0.34% 0.89% -
XYZ 48.94 64.96 57.54 -
YUV 199.23 121.66 92.17 -
System Red Green Blue C M Y K H S L
Decimal 149 227 188 0.34 0 0.17 0.11 150 0.58 0.74
Hex 95 E3 BC 22 0 11 B 96 3A 4A
Octal 225 343 274 42 0 21 13 226 72 112
Binary 10010101 11100011 10111100 100010 0 10001 1011 10010110 111010 1001010

Color Harmonies of #95E3BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95E3BC

Black with #95E3BC

Text Example


Text Example

White with #95E3BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,227,188); }

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

background-color css

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

 a { background-color: rgb(149,227,188); }

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

border-color css

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

 span { border-color: rgb(149,227,188); }

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