Html Css Color HEX #95E4B3 Vista Blue

📋 copy color: '#95E4B3'

red 149 ◦ green 228 ◦ blue 179

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

Shades of Vista Blue #95E4B3

Tints of Vista Blue #95E4B3

RGB

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

 GREEN value IS 228 (89.45% from 255) = 41.01%

 BLUE value IS 179 (70.31% from 255) = 32.19%

R = 26.8%
G = 41.01%
B = 32.19%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.21

 K value IS 0.11

RGB Variations

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

Color information

#95E4B3 (or 0x95E4B3) is known color: Vista Blue. HEX triplet: 95, E4 and B3. RGB value is (149,228,179). Sum of RGB (Red+Green+Blue) = 149+228+179=556 (73% of max value = 765). Red value is 149 (58.59% from 255 or 26.80% from 556); Green value is 228 (89.45% from 255 or 41.01% from 556); Blue value is 179 (70.31% from 255 or 32.19% from 556); Max value from RGB is 228 - color contains mainly: green. Hex color #95E4B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95E4B3 is #6A1B4C. Grayscale: #C6C6C6. Windows color (decimal): -6953805 or 11789461. OLE color: 11789461.

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

Color convert

RGB 149 228 179 -
CMYK 0.35 0 0.21 0.11
HSL 142.78º 0.59% 0.74% -
HSV(B) 142.78º 0.35% 0.89% -
XYZ 48.27 65.13 52.68 -
YUV 198.79 116.83 92.48 -
System Red Green Blue C M Y K H S L
Decimal 149 228 179 0.35 0 0.21 0.11 142.78 0.59 0.74
Hex 95 E4 B3 23 0 15 B 8F 3B 4A
Octal 225 344 263 43 0 25 13 217 73 112
Binary 10010101 11100100 10110011 100011 0 10101 1011 10001111 111011 1001010

Color Harmonies of #95E4B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95E4B3

Black with #95E4B3

Text Example


Text Example

White with #95E4B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,228,179); }

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

background-color css

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

 a { background-color: rgb(149,228,179); }

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

border-color css

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

 span { border-color: rgb(149,228,179); }

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