Html Css Color HEX #95E0BA Vista Blue

📋 copy color: '#95E0BA'

red 149 ◦ green 224 ◦ blue 186

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

Shades of Vista Blue #95E0BA

Tints of Vista Blue #95E0BA

RGB

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

 GREEN value IS 224 (87.89% from 255) = 40.07%

 BLUE value IS 186 (73.05% from 255) = 33.27%

R = 26.65%
G = 40.07%
B = 33.27%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#95E0BA (or 0x95E0BA) is known color: Vista Blue. HEX triplet: 95, E0 and BA. RGB value is (149,224,186). Sum of RGB (Red+Green+Blue) = 149+224+186=559 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.65% from 559); Green value is 224 (87.89% from 255 or 40.07% from 559); Blue value is 186 (73.05% from 255 or 33.27% from 559); Max value from RGB is 224 - color contains mainly: green. Hex color #95E0BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95E0BA is #6A1F45. Grayscale: #C5C5C5. Windows color (decimal): -6954822 or 12247189. OLE color: 12247189.

HSL color Cylindrical-coordinate representation of color #95E0BA: hue angle of 149.6º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #95E0BA is Cyan = 0.33, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB 149 224 186 -
CMYK 0.33 0 0.17 0.12
HSL 149.6º 0.55% 0.73% -
HSV(B) 149.6º 0.33% 0.88% -
XYZ 47.91 63.25 56.14 -
YUV 197.24 121.65 93.59 -
System Red Green Blue C M Y K H S L
Decimal 149 224 186 0.33 0 0.17 0.12 149.6 0.55 0.73
Hex 95 E0 BA 21 0 11 C 96 37 49
Octal 225 340 272 41 0 21 14 226 67 111
Binary 10010101 11100000 10111010 100001 0 10001 1100 10010110 110111 1001001

Color Harmonies of #95E0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95E0BA

Black with #95E0BA

Text Example


Text Example

White with #95E0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,224,186); }

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

background-color css

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

 a { background-color: rgb(149,224,186); }

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

border-color css

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

 span { border-color: rgb(149,224,186); }

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