Html Css Color HEX #95E9AF Vista Blue

📋 copy color: '#95E9AF'

red 149 ◦ green 233 ◦ blue 175

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

Shades of Vista Blue #95E9AF

Tints of Vista Blue #95E9AF

RGB

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

 GREEN value IS 233 (91.41% from 255) = 41.83%

 BLUE value IS 175 (68.75% from 255) = 31.42%

R = 26.75%
G = 41.83%
B = 31.42%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.25

 K value IS 0.09

RGB Variations

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

Color information

#95E9AF (or 0x95E9AF) is known color: Vista Blue. HEX triplet: 95, E9 and AF. RGB value is (149,233,175). Sum of RGB (Red+Green+Blue) = 149+233+175=557 (73% of max value = 765). Red value is 149 (58.59% from 255 or 26.75% from 557); Green value is 233 (91.41% from 255 or 41.83% from 557); Blue value is 175 (68.75% from 255 or 31.42% from 557); Max value from RGB is 233 - color contains mainly: green. Hex color #95E9AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95E9AF is #6A1650. Grayscale: #C9C9C9. Windows color (decimal): -6952529 or 11528597. OLE color: 11528597.

HSL color Cylindrical-coordinate representation of color #95E9AF: hue angle of 138.57º degrees, saturation: 0.66, 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 #95E9AF is Cyan = 0.36, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.09.

Color convert

RGB 149 233 175 -
CMYK 0.36 0 0.25 0.09
HSL 138.57º 0.66% 0.75% -
HSV(B) 138.57º 0.36% 0.91% -
XYZ 49.27 67.76 51.04 -
YUV 201.27 113.17 90.72 -
System Red Green Blue C M Y K H S L
Decimal 149 233 175 0.36 0 0.25 0.09 138.57 0.66 0.75
Hex 95 E9 AF 24 0 19 9 8B 42 4B
Octal 225 351 257 44 0 31 11 213 102 113
Binary 10010101 11101001 10101111 100100 0 11001 1001 10001011 1000010 1001011

Color Harmonies of #95E9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95E9AF

Black with #95E9AF

Text Example


Text Example

White with #95E9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,233,175); }

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

background-color css

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

 a { background-color: rgb(149,233,175); }

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

border-color css

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

 span { border-color: rgb(149,233,175); }

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