#85DCAF

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

Shades of Vista Blue #85DCAF

Tints of Vista Blue #85DCAF

Color information

#85DCAF (or 0x85DCAF) is unknown color: approx Vista Blue. HEX triplet: 85, DC and AF. RGB value is (133,220,175). Sum of RGB (Red+Green+Blue) = 133+220+175=528 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.19% from 528); Green value is 220 (86.33% from 255 or 41.67% from 528); Blue value is 175 (68.75% from 255 or 33.14% from 528); Max value from RGB is 220 - color contains mainly: green. Hex color #85DCAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DCAF is #7A2350. Grayscale: #BCBCBC. Windows color (decimal): -8004433 or 11525253. OLE color: 11525253.

HSL color Cylindrical-coordinate representation of color #85DCAF: hue angle of 148.97º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85DCAF is Cyan = 0.40, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB133220175-
CMYK0.4000.200.14
HSL148.97º55.41%69.22%-
HSV(B)148.97º39.55%86.27%-
XYZ4359.2749.73-
YUV188.86120.1888.16-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.19%
GREEN value IS 220 (86.33% from 255) = 41.67%
BLUE value IS 175 (68.75% from 255) = 33.14%
R=25.19%
G=41.67%
B=33.14%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1332201750.4000.200.14148.9755.4169.22
Hex85DCAF28014E953745
Octal205334257500241622567105
Binary1000010111011100101011111010000101001110100101011101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85DCAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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