Html Css Color HEX #95EAB8 Vista Blue

📋 copy color: '#95EAB8'

red 149 ◦ green 234 ◦ blue 184

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

Shades of Vista Blue #95EAB8

Tints of Vista Blue #95EAB8

RGB

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

 GREEN value IS 234 (91.8% from 255) = 41.27%

 BLUE value IS 184 (72.27% from 255) = 32.45%

R = 26.28%
G = 41.27%
B = 32.45%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.21

 K value IS 0.08

RGB Variations

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

Color information

#95EAB8 (or 0x95EAB8) is known color: Vista Blue. HEX triplet: 95, EA and B8. RGB value is (149,234,184). Sum of RGB (Red+Green+Blue) = 149+234+184=567 (75% of max value = 765). Red value is 149 (58.59% from 255 or 26.28% from 567); Green value is 234 (91.80% from 255 or 41.27% from 567); Blue value is 184 (72.27% from 255 or 32.45% from 567); Max value from RGB is 234 - color contains mainly: green. Hex color #95EAB8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95EAB8 is #6A1547. Grayscale: #CBCBCB. Windows color (decimal): -6952264 or 12118677. OLE color: 12118677.

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

Color convert

RGB 149 234 184 -
CMYK 0.36 0 0.21 0.08
HSL 144.71º 0.67% 0.75% -
HSV(B) 144.71º 0.36% 0.92% -
XYZ 50.47 68.7 55.95 -
YUV 202.89 117.34 89.57 -
System Red Green Blue C M Y K H S L
Decimal 149 234 184 0.36 0 0.21 0.08 144.71 0.67 0.75
Hex 95 EA B8 24 0 15 8 91 43 4B
Octal 225 352 270 44 0 25 10 221 103 113
Binary 10010101 11101010 10111000 100100 0 10101 1000 10010001 1000011 1001011

Color Harmonies of #95EAB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95EAB8

Black with #95EAB8

Text Example


Text Example

White with #95EAB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,234,184); }

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

background-color css

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

 a { background-color: rgb(149,234,184); }

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

border-color css

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

 span { border-color: rgb(149,234,184); }

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