#95DBBF

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

Shades of Vista Blue #95DBBF

Tints of Vista Blue #95DBBF

Color information

#95DBBF (or 0x95DBBF) is unknown color: approx Vista Blue. HEX triplet: 95, DB and BF. RGB value is (149,219,191). Sum of RGB (Red+Green+Blue) = 149+219+191=559 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.65% from 559); Green value is 219 (85.94% from 255 or 39.18% from 559); Blue value is 191 (75% from 255 or 34.17% from 559); Max value from RGB is 219 - color contains mainly: green. Hex color #95DBBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95DBBF is #6A2440. Grayscale: #C2C2C2. Windows color (decimal): -6956097 or 12573589. OLE color: 12573589.

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

Color convert

RGB149219191-
CMYK0.3200.130.14
HSL156º49.3%72.16%-
HSV(B)156º31.96%85.88%-
XYZ47.1360.8158.54-
YUV194.88125.8195.28-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.65%
GREEN value IS 219 (85.94% from 255) = 39.18%
BLUE value IS 191 (75% from 255) = 34.17%
R=26.65%
G=39.18%
B=34.17%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1492191910.3200.130.1415649.372.16
Hex95DBBF200DE9c3148
Octal225333277400151623461110
Binary100101011101101110111111100000011011110100111001100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95DBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,219,191); }

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

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

 a { background-color: rgb(149,219,191); }

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

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

 span { border-color: rgb(149,219,191); }

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