Html Css Color HEX #95E8B7 Vista Blue

📋 copy color: '#95E8B7'

red 149 ◦ green 232 ◦ blue 183

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

Shades of Vista Blue #95E8B7

Tints of Vista Blue #95E8B7

RGB

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

 GREEN value IS 232 (91.02% from 255) = 41.13%

 BLUE value IS 183 (71.88% from 255) = 32.45%

R = 26.42%
G = 41.13%
B = 32.45%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.21

 K value IS 0.09

RGB Variations

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

Color information

#95E8B7 (or 0x95E8B7) is known color: Vista Blue. HEX triplet: 95, E8 and B7. RGB value is (149,232,183). Sum of RGB (Red+Green+Blue) = 149+232+183=564 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.42% from 564); Green value is 232 (91.02% from 255 or 41.13% from 564); Blue value is 183 (71.88% from 255 or 32.45% from 564); Max value from RGB is 232 - color contains mainly: green. Hex color #95E8B7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95E8B7 is #6A1748. Grayscale: #C9C9C9. Windows color (decimal): -6952777 or 12052629. OLE color: 12052629.

HSL color Cylindrical-coordinate representation of color #95E8B7: hue angle of 144.58º degrees, saturation: 0.64, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #95E8B7 is Cyan = 0.36, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.09.

Color convert

RGB 149 232 183 -
CMYK 0.36 0 0.21 0.09
HSL 144.58º 0.64% 0.75% -
HSV(B) 144.58º 0.36% 0.91% -
XYZ 49.8 67.52 55.21 -
YUV 201.6 117.5 90.48 -
System Red Green Blue C M Y K H S L
Decimal 149 232 183 0.36 0 0.21 0.09 144.58 0.64 0.75
Hex 95 E8 B7 24 0 15 9 91 40 4B
Octal 225 350 267 44 0 25 11 221 100 113
Binary 10010101 11101000 10110111 100100 0 10101 1001 10010001 1000000 1001011

Color Harmonies of #95E8B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95E8B7

Black with #95E8B7

Text Example


Text Example

White with #95E8B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,232,183); }

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

background-color css

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

 a { background-color: rgb(149,232,183); }

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

border-color css

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

 span { border-color: rgb(149,232,183); }

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