Html Css Color HEX #95DCB3 Vista Blue

📋 copy color: '#95DCB3'

red 149 ◦ green 220 ◦ blue 179

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

Shades of Vista Blue #95DCB3

Tints of Vista Blue #95DCB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 32.66%

R = 27.19%
G = 40.15%
B = 32.66%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#95DCB3 (or 0x95DCB3) is known color: Vista Blue. HEX triplet: 95, DC and B3. RGB value is (149,220,179). Sum of RGB (Red+Green+Blue) = 149+220+179=548 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.19% from 548); Green value is 220 (86.33% from 255 or 40.15% from 548); Blue value is 179 (70.31% from 255 or 32.66% from 548); Max value from RGB is 220 - color contains mainly: green. Hex color #95DCB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95DCB3 is #6A234C. Grayscale: #C2C2C2. Windows color (decimal): -6955853 or 11787413. OLE color: 11787413.

HSL color Cylindrical-coordinate representation of color #95DCB3: hue angle of 145.35º 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 #95DCB3 is Cyan = 0.32, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.

Color convert

RGB 149 220 179 -
CMYK 0.32 0 0.19 0.14
HSL 145.35º 0.5% 0.72% -
HSV(B) 145.35º 0.32% 0.86% -
XYZ 46.12 60.83 51.96 -
YUV 194.1 119.48 95.83 -
System Red Green Blue C M Y K H S L
Decimal 149 220 179 0.32 0 0.19 0.14 145.35 0.5 0.72
Hex 95 DC B3 20 0 13 E 91 32 48
Octal 225 334 263 40 0 23 16 221 62 110
Binary 10010101 11011100 10110011 100000 0 10011 1110 10010001 110010 1001000

Color Harmonies of #95DCB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95DCB3

Black with #95DCB3

Text Example


Text Example

White with #95DCB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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