Html Css Color HEX #85D2AA Vista Blue

📋 copy color: '#85D2AA'

red 133 ◦ green 210 ◦ blue 170

#85D2AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vista Blue #85D2AA

Tints of Vista Blue #85D2AA

RGB

 RED value IS 133 (52.34% from 255) = 25.93%

 GREEN value IS 210 (82.42% from 255) = 40.94%

 BLUE value IS 170 (66.8% from 255) = 33.14%

R = 25.93%
G = 40.94%
B = 33.14%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.19

 K value IS 0.18

RGB Variations

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

Color information

#85D2AA (or 0x85D2AA) is known color: Vista Blue. HEX triplet: 85, D2 and AA. RGB value is (133,210,170). Sum of RGB (Red+Green+Blue) = 133+210+170=513 (67% of max value = 765). Red value is 133 (52.34% from 255 or 25.93% from 513); Green value is 210 (82.42% from 255 or 40.94% from 513); Blue value is 170 (66.80% from 255 or 33.14% from 513); Max value from RGB is 210 - color contains mainly: green. Hex color #85D2AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85D2AA is #7A2D55. Grayscale: #B6B6B6. Windows color (decimal): -8006998 or 11195013. OLE color: 11195013.

HSL color Cylindrical-coordinate representation of color #85D2AA: hue angle of 148.83º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #85D2AA is Cyan = 0.37, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.18.

Color convert

RGB 133 210 170 -
CMYK 0.37 0 0.19 0.18
HSL 148.83º 0.46% 0.67% -
HSV(B) 148.83º 0.37% 0.82% -
XYZ 39.98 53.98 46.34 -
YUV 182.42 120.99 92.75 -
System Red Green Blue C M Y K H S L
Decimal 133 210 170 0.37 0 0.19 0.18 148.83 0.46 0.67
Hex 85 D2 AA 25 0 13 12 95 2E 43
Octal 205 322 252 45 0 23 22 225 56 103
Binary 10000101 11010010 10101010 100101 0 10011 10010 10010101 101110 1000011

Color Harmonies of #85D2AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85D2AA

Black with #85D2AA

Text Example


Text Example

White with #85D2AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,210,170); }

 H1.HeaderClassName
 {
   color: #85D2AA;
 }
 .AnyTagClassName
 {
   color: #85D2AA;
 }
</style>

background-color css

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

 a { background-color: rgb(133,210,170); }

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

border-color css

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

 span { border-color: rgb(133,210,170); }

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