#85CDAB

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

Shades of Vista Blue #85CDAB

Tints of Vista Blue #85CDAB

Color information

#85CDAB (or 0x85CDAB) is unknown color: approx Vista Blue. HEX triplet: 85, CD and AB. RGB value is (133,205,171). Sum of RGB (Red+Green+Blue) = 133+205+171=509 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.13% from 509); Green value is 205 (80.47% from 255 or 40.28% from 509); Blue value is 171 (67.19% from 255 or 33.60% from 509); Max value from RGB is 205 - color contains mainly: green. Hex color #85CDAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85CDAB is #7A3254. Grayscale: #B3B3B3. Windows color (decimal): -8008277 or 11259269. OLE color: 11259269.

HSL color Cylindrical-coordinate representation of color #85CDAB: hue angle of 151.67º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #85CDAB is Cyan = 0.35, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.

Color convert

RGB133205171-
CMYK0.3500.170.20
HSL151.67º41.86%66.27%-
HSV(B)151.67º35.12%80.39%-
XYZ38.8551.5946.44-
YUV179.6123.1594.76-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.13%
GREEN value IS 205 (80.47% from 255) = 40.28%
BLUE value IS 171 (67.19% from 255) = 33.60%
R=26.13%
G=40.28%
B=33.60%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1332051710.3500.170.20151.6741.8666.27
Hex85CDAB2301114982a42
Octal205315253430212423052102
Binary10000101110011011010101110001101000110100100110001010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85CDAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85CDAB; }

 p { color: rgb(133,205,171); }

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

<style>
 a { background-color: #85CDAB; }

 a { background-color: rgb(133,205,171); }

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

<style>
 span { border-color: #85CDAB; }

 span { border-color: rgb(133,205,171); }

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