Html Css Color HEX #95DCB5 Vista Blue

📋 copy color: '#95DCB5'

red 149 ◦ green 220 ◦ blue 181

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

Shades of Vista Blue #95DCB5

Tints of Vista Blue #95DCB5

RGB

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

 GREEN value IS 220 (86.33% from 255) = 40%

 BLUE value IS 181 (71.09% from 255) = 32.91%

R = 27.09%
G = 40%
B = 32.91%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.18

 K value IS 0.14

RGB Variations

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

Color information

#95DCB5 (or 0x95DCB5) is known color: Vista Blue. HEX triplet: 95, DC and B5. RGB value is (149,220,181). Sum of RGB (Red+Green+Blue) = 149+220+181=550 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.09% from 550); Green value is 220 (86.33% from 255 or 40% from 550); Blue value is 181 (71.09% from 255 or 32.91% from 550); Max value from RGB is 220 - color contains mainly: green. Hex color #95DCB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95DCB5 is #6A234A. Grayscale: #C2C2C2. Windows color (decimal): -6955851 or 11918485. OLE color: 11918485.

HSL color Cylindrical-coordinate representation of color #95DCB5: hue angle of 147.04º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #95DCB5 is Cyan = 0.32, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.

Color convert

RGB 149 220 181 -
CMYK 0.32 0 0.18 0.14
HSL 147.04º 0.5% 0.72% -
HSV(B) 147.04º 0.32% 0.86% -
XYZ 46.33 60.91 53.03 -
YUV 194.33 120.48 95.67 -
System Red Green Blue C M Y K H S L
Decimal 149 220 181 0.32 0 0.18 0.14 147.04 0.5 0.72
Hex 95 DC B5 20 0 12 E 93 32 48
Octal 225 334 265 40 0 22 16 223 62 110
Binary 10010101 11011100 10110101 100000 0 10010 1110 10010011 110010 1001000

Color Harmonies of #95DCB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95DCB5

Black with #95DCB5

Text Example


Text Example

White with #95DCB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,220,181); }

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

background-color css

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

 a { background-color: rgb(149,220,181); }

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

border-color css

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

 span { border-color: rgb(149,220,181); }

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