#85CEAF

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

Shades of Vista Blue #85CEAF

Tints of Vista Blue #85CEAF

Color information

#85CEAF (or 0x85CEAF) is unknown color: approx Vista Blue. HEX triplet: 85, CE and AF. RGB value is (133,206,175). Sum of RGB (Red+Green+Blue) = 133+206+175=514 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.88% from 514); Green value is 206 (80.86% from 255 or 40.08% from 514); Blue value is 175 (68.75% from 255 or 34.05% from 514); Max value from RGB is 206 - color contains mainly: green. Hex color #85CEAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85CEAF is #7A3150. Grayscale: #B4B4B4. Windows color (decimal): -8008017 or 11521669. OLE color: 11521669.

HSL color Cylindrical-coordinate representation of color #85CEAF: hue angle of 154.52º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #85CEAF is Cyan = 0.35, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.

Color convert

RGB133206175-
CMYK0.3500.150.19
HSL154.52º42.69%66.47%-
HSV(B)154.52º35.44%80.78%-
XYZ39.4852.2248.56-
YUV180.64124.8294.02-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.88%
GREEN value IS 206 (80.86% from 255) = 40.08%
BLUE value IS 175 (68.75% from 255) = 34.05%
R=25.88%
G=40.08%
B=34.05%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1332061750.3500.150.19154.5242.6966.47
Hex85CEAF230F139b2b42
Octal205316257430172323353102
Binary1000010111001110101011111000110111110011100110111010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85CEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,206,175); }

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

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

 a { background-color: rgb(133,206,175); }

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

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

 span { border-color: rgb(133,206,175); }

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