#95CBB5

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

Shades of Vista Blue #95CBB5

Tints of Vista Blue #95CBB5

Color information

#95CBB5 (or 0x95CBB5) is unknown color: approx Vista Blue. HEX triplet: 95, CB and B5. RGB value is (149,203,181). Sum of RGB (Red+Green+Blue) = 149+203+181=533 (70% of max value = 765). Red value is 149 (58.59% from 255 or 27.95% from 533); Green value is 203 (79.69% from 255 or 38.09% from 533); Blue value is 181 (71.09% from 255 or 33.96% from 533); Max value from RGB is 203 - color contains mainly: green. Hex color #95CBB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95CBB5 is #6A344A. Grayscale: #B8B8B8. Windows color (decimal): -6960203 or 11914133. OLE color: 11914133.

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

Color convert

RGB149203181-
CMYK0.2700.110.20
HSL155.56º34.18%69.02%-
HSV(B)155.56º26.6%79.61%-
XYZ42.0952.4451.62-
YUV184.35126.11102.79-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.95%
GREEN value IS 203 (79.69% from 255) = 38.09%
BLUE value IS 181 (71.09% from 255) = 33.96%
R=27.95%
G=38.09%
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
Decimal1492031810.2700.110.20155.5634.1869.02
Hex95CBB51B0B149c2245
Octal225313265330132423442105
Binary100101011100101110110101110110101110100100111001000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95CBB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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