#95DDBC

Color #95DDBC Vista Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vista Blue #95DDBC

Tints of Vista Blue #95DDBC

Color information

#95DDBC (or 0x95DDBC) is unknown color: approx Vista Blue. HEX triplet: 95, DD and BC. RGB value is (149,221,188). Sum of RGB (Red+Green+Blue) = 149+221+188=558 (73% of max value = 765). Red value is 149 (58.59% from 255 or 26.70% from 558); Green value is 221 (86.72% from 255 or 39.61% from 558); Blue value is 188 (73.83% from 255 or 33.69% from 558); Max value from RGB is 221 - color contains mainly: green. Hex color #95DDBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95DDBC is #6A2243. Grayscale: #C3C3C3. Windows color (decimal): -6955588 or 12377493. OLE color: 12377493.

HSL color Cylindrical-coordinate representation of color #95DDBC: hue angle of 152.5º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #95DDBC is Cyan = 0.33, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB149221188-
CMYK0.3300.150.13
HSL152.5º51.43%72.55%-
HSV(B)152.5º32.58%86.67%-
XYZ47.3361.7357-
YUV195.71123.6594.68-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.70%
GREEN value IS 221 (86.72% from 255) = 39.61%
BLUE value IS 188 (73.83% from 255) = 33.69%
R=26.70%
G=39.61%
B=33.69%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1492211880.3300.150.13152.551.4372.55
Hex95DDBC210FD983349
Octal225335274410171523063111
Binary100101011101110110111100100001011111101100110001100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95DDBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #95DDBC;
 }
 .AnyTagClassName
 {
   color: #95DDBC;
 }
</style>
background-color css

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

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

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

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

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

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