Html Css Color HEX #95EDB4 Vista Blue

📋 copy color: '#95EDB4'

red 149 ◦ green 237 ◦ blue 180

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

Shades of Vista Blue #95EDB4

Tints of Vista Blue #95EDB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 31.8%

R = 26.33%
G = 41.87%
B = 31.8%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.24

 K value IS 0.07

RGB Variations

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

Color information

#95EDB4 (or 0x95EDB4) is known color: Vista Blue. HEX triplet: 95, ED and B4. RGB value is (149,237,180). Sum of RGB (Red+Green+Blue) = 149+237+180=566 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.33% from 566); Green value is 237 (92.97% from 255 or 41.87% from 566); Blue value is 180 (70.70% from 255 or 31.80% from 566); Max value from RGB is 237 - color contains mainly: green. Hex color #95EDB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95EDB4 is #6A124B. Grayscale: #CCCCCC. Windows color (decimal): -6951500 or 11857301. OLE color: 11857301.

HSL color Cylindrical-coordinate representation of color #95EDB4: hue angle of 141.14º 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 #95EDB4 is Cyan = 0.37, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB 149 237 180 -
CMYK 0.37 0 0.24 0.07
HSL 141.14º 0.71% 0.76% -
HSV(B) 141.14º 0.37% 0.93% -
XYZ 50.92 70.25 54.06 -
YUV 204.19 114.35 88.63 -
System Red Green Blue C M Y K H S L
Decimal 149 237 180 0.37 0 0.24 0.07 141.14 0.71 0.76
Hex 95 ED B4 25 0 18 7 8D 47 4C
Octal 225 355 264 45 0 30 7 215 107 114
Binary 10010101 11101101 10110100 100101 0 11000 111 10001101 1000111 1001100

Color Harmonies of #95EDB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95EDB4

Black with #95EDB4

Text Example


Text Example

White with #95EDB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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