Html Css Color HEX #95E4BC Vista Blue

📋 copy color: '#95E4BC'

red 149 ◦ green 228 ◦ blue 188

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

Shades of Vista Blue #95E4BC

Tints of Vista Blue #95E4BC

RGB

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

 GREEN value IS 228 (89.45% from 255) = 40.35%

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

R = 26.37%
G = 40.35%
B = 33.27%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#95E4BC (or 0x95E4BC) is known color: Vista Blue. HEX triplet: 95, E4 and BC. RGB value is (149,228,188). Sum of RGB (Red+Green+Blue) = 149+228+188=565 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.37% from 565); Green value is 228 (89.45% from 255 or 40.35% from 565); Blue value is 188 (73.83% from 255 or 33.27% from 565); Max value from RGB is 228 - color contains mainly: green. Hex color #95E4BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95E4BC is #6A1B43. Grayscale: #C7C7C7. Windows color (decimal): -6953796 or 12379285. OLE color: 12379285.

HSL color Cylindrical-coordinate representation of color #95E4BC: hue angle of 149.62º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #95E4BC is Cyan = 0.35, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB 149 228 188 -
CMYK 0.35 0 0.18 0.11
HSL 149.62º 0.59% 0.74% -
HSV(B) 149.62º 0.35% 0.89% -
XYZ 49.21 65.51 57.63 -
YUV 199.82 121.33 91.75 -
System Red Green Blue C M Y K H S L
Decimal 149 228 188 0.35 0 0.18 0.11 149.62 0.59 0.74
Hex 95 E4 BC 23 0 12 B 96 3B 4A
Octal 225 344 274 43 0 22 13 226 73 112
Binary 10010101 11100100 10111100 100011 0 10010 1011 10010110 111011 1001010

Color Harmonies of #95E4BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95E4BC

Black with #95E4BC

Text Example


Text Example

White with #95E4BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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