Html Css Color HEX #95E0BC Vista Blue

📋 copy color: '#95E0BC'

red 149 ◦ green 224 ◦ blue 188

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

Shades of Vista Blue #95E0BC

Tints of Vista Blue #95E0BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 33.51%

R = 26.56%
G = 39.93%
B = 33.51%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#95E0BC (or 0x95E0BC) is known color: Vista Blue. HEX triplet: 95, E0 and BC. RGB value is (149,224,188). Sum of RGB (Red+Green+Blue) = 149+224+188=561 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.56% from 561); Green value is 224 (87.89% from 255 or 39.93% from 561); Blue value is 188 (73.83% from 255 or 33.51% from 561); Max value from RGB is 224 - color contains mainly: green. Hex color #95E0BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95E0BC is #6A1F43. Grayscale: #C5C5C5. Windows color (decimal): -6954820 or 12378261. OLE color: 12378261.

HSL color Cylindrical-coordinate representation of color #95E0BC: hue angle of 151.2º 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 #95E0BC is Cyan = 0.33, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB 149 224 188 -
CMYK 0.33 0 0.16 0.12
HSL 151.2º 0.55% 0.73% -
HSV(B) 151.2º 0.33% 0.88% -
XYZ 48.13 63.33 57.26 -
YUV 197.47 122.65 93.43 -
System Red Green Blue C M Y K H S L
Decimal 149 224 188 0.33 0 0.16 0.12 151.2 0.55 0.73
Hex 95 E0 BC 21 0 10 C 97 37 49
Octal 225 340 274 41 0 20 14 227 67 111
Binary 10010101 11100000 10111100 100001 0 10000 1100 10010111 110111 1001001

Color Harmonies of #95E0BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95E0BC

Black with #95E0BC

Text Example


Text Example

White with #95E0BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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