#95CDB5

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

Shades of Vista Blue #95CDB5

Tints of Vista Blue #95CDB5

Color information

#95CDB5 (or 0x95CDB5) is unknown color: approx Vista Blue. HEX triplet: 95, CD and B5. RGB value is (149,205,181). Sum of RGB (Red+Green+Blue) = 149+205+181=535 (70% of max value = 765). Red value is 149 (58.59% from 255 or 27.85% from 535); Green value is 205 (80.47% from 255 or 38.32% from 535); Blue value is 181 (71.09% from 255 or 33.83% from 535); Max value from RGB is 205 - color contains mainly: green. Hex color #95CDB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95CDB5 is #6A324A. Grayscale: #B9B9B9. Windows color (decimal): -6959691 or 11914645. OLE color: 11914645.

HSL color Cylindrical-coordinate representation of color #95CDB5: hue angle of 154.29º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #95CDB5 is Cyan = 0.27, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.

Color convert

RGB149205181-
CMYK0.2700.120.20
HSL154.29º35.9%69.41%-
HSV(B)154.29º27.32%80.39%-
XYZ42.5753.3951.78-
YUV185.52125.45101.95-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.85%
GREEN value IS 205 (80.47% from 255) = 38.32%
BLUE value IS 181 (71.09% from 255) = 33.83%
R=27.85%
G=38.32%
B=33.83%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1492051810.2700.120.20154.2935.969.41
Hex95CDB51B0C149a2445
Octal225315265330142423244105
Binary100101011100110110110101110110110010100100110101001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95CDB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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