#95CDB6

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

Shades of Vista Blue #95CDB6

Tints of Vista Blue #95CDB6

Color information

#95CDB6 (or 0x95CDB6) is unknown color: approx Vista Blue. HEX triplet: 95, CD and B6. RGB value is (149,205,182). Sum of RGB (Red+Green+Blue) = 149+205+182=536 (70% of max value = 765). Red value is 149 (58.59% from 255 or 27.80% from 536); Green value is 205 (80.47% from 255 or 38.25% from 536); Blue value is 182 (71.48% from 255 or 33.96% from 536); Max value from RGB is 205 - color contains mainly: green. Hex color #95CDB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95CDB6 is #6A3249. Grayscale: #B9B9B9. Windows color (decimal): -6959690 or 11980181. OLE color: 11980181.

HSL color Cylindrical-coordinate representation of color #95CDB6: hue angle of 155.36º 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 #95CDB6 is Cyan = 0.27, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.

Color convert

RGB149205182-
CMYK0.2700.110.20
HSL155.36º35.9%69.41%-
HSV(B)155.36º27.32%80.39%-
XYZ42.6753.4352.32-
YUV185.63125.95101.87-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.80%
GREEN value IS 205 (80.47% from 255) = 38.25%
BLUE value IS 182 (71.48% from 255) = 33.96%
R=27.80%
G=38.25%
B=33.96%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1492051820.2700.110.20155.3635.969.41
Hex95CDB61B0B149b2445
Octal225315266330132423344105
Binary100101011100110110110110110110101110100100110111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95CDB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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