Html Css Color HEX #95E6BB Vista Blue

📋 copy color: '#95E6BB'

red 149 ◦ green 230 ◦ blue 187

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

Shades of Vista Blue #95E6BB

Tints of Vista Blue #95E6BB

RGB

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

 GREEN value IS 230 (90.23% from 255) = 40.64%

 BLUE value IS 187 (73.44% from 255) = 33.04%

R = 26.33%
G = 40.64%
B = 33.04%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#95E6BB (or 0x95E6BB) is known color: Vista Blue. HEX triplet: 95, E6 and BB. RGB value is (149,230,187). Sum of RGB (Red+Green+Blue) = 149+230+187=566 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.33% from 566); Green value is 230 (90.23% from 255 or 40.64% from 566); Blue value is 187 (73.44% from 255 or 33.04% from 566); Max value from RGB is 230 - color contains mainly: green. Hex color #95E6BB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95E6BB is #6A1944. Grayscale: #C8C8C8. Windows color (decimal): -6953285 or 12314261. OLE color: 12314261.

HSL color Cylindrical-coordinate representation of color #95E6BB: hue angle of 148.15º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #95E6BB is Cyan = 0.35, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.10.

Color convert

RGB 149 230 187 -
CMYK 0.35 0 0.19 0.10
HSL 148.15º 0.62% 0.74% -
HSV(B) 148.15º 0.35% 0.9% -
XYZ 49.66 66.57 57.25 -
YUV 200.88 120.16 91 -
System Red Green Blue C M Y K H S L
Decimal 149 230 187 0.35 0 0.19 0.10 148.15 0.62 0.74
Hex 95 E6 BB 23 0 13 A 94 3E 4A
Octal 225 346 273 43 0 23 12 224 76 112
Binary 10010101 11100110 10111011 100011 0 10011 1010 10010100 111110 1001010

Color Harmonies of #95E6BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95E6BB

Black with #95E6BB

Text Example


Text Example

White with #95E6BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,230,187); }

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

background-color css

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

 a { background-color: rgb(149,230,187); }

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

border-color css

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

 span { border-color: rgb(149,230,187); }

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