Html Css Color HEX #95EDB9 Vista Blue

📋 copy color: '#95EDB9'

red 149 ◦ green 237 ◦ blue 185

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

Shades of Vista Blue #95EDB9

Tints of Vista Blue #95EDB9

RGB

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

 GREEN value IS 237 (92.97% from 255) = 41.51%

 BLUE value IS 185 (72.66% from 255) = 32.4%

R = 26.09%
G = 41.51%
B = 32.4%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#95EDB9 (or 0x95EDB9) is known color: Vista Blue. HEX triplet: 95, ED and B9. RGB value is (149,237,185). Sum of RGB (Red+Green+Blue) = 149+237+185=571 (75% of max value = 765). Red value is 149 (58.59% from 255 or 26.09% from 571); Green value is 237 (92.97% from 255 or 41.51% from 571); Blue value is 185 (72.66% from 255 or 32.40% from 571); Max value from RGB is 237 - color contains mainly: green. Hex color #95EDB9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95EDB9 is #6A1246. Grayscale: #CCCCCC. Windows color (decimal): -6951495 or 12184981. OLE color: 12184981.

HSL color Cylindrical-coordinate representation of color #95EDB9: hue angle of 144.55º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #95EDB9 is Cyan = 0.37, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB 149 237 185 -
CMYK 0.37 0 0.22 0.07
HSL 144.55º 0.71% 0.76% -
HSV(B) 144.55º 0.37% 0.93% -
XYZ 51.44 70.46 56.79 -
YUV 204.76 116.85 88.23 -
System Red Green Blue C M Y K H S L
Decimal 149 237 185 0.37 0 0.22 0.07 144.55 0.71 0.76
Hex 95 ED B9 25 0 16 7 91 47 4C
Octal 225 355 271 45 0 26 7 221 107 114
Binary 10010101 11101101 10111001 100101 0 10110 111 10010001 1000111 1001100

Color Harmonies of #95EDB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95EDB9

Black with #95EDB9

Text Example


Text Example

White with #95EDB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,237,185); }

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

background-color css

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

 a { background-color: rgb(149,237,185); }

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

border-color css

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

 span { border-color: rgb(149,237,185); }

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