Html Css Color HEX #85DBAA Vista Blue

📋 copy color: '#85DBAA'

red 133 ◦ green 219 ◦ blue 170

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

Shades of Vista Blue #85DBAA

Tints of Vista Blue #85DBAA

RGB

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

 GREEN value IS 219 (85.94% from 255) = 41.95%

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

R = 25.48%
G = 41.95%
B = 32.57%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#85DBAA (or 0x85DBAA) is known color: Vista Blue. HEX triplet: 85, DB and AA. RGB value is (133,219,170). Sum of RGB (Red+Green+Blue) = 133+219+170=522 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.48% from 522); Green value is 219 (85.94% from 255 or 41.95% from 522); Blue value is 170 (66.80% from 255 or 32.57% from 522); Max value from RGB is 219 - color contains mainly: green. Hex color #85DBAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DBAA is #7A2455. Grayscale: #BBBBBB. Windows color (decimal): -8004694 or 11197317. OLE color: 11197317.

HSL color Cylindrical-coordinate representation of color #85DBAA: hue angle of 145.81º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #85DBAA is Cyan = 0.39, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB 133 219 170 -
CMYK 0.39 0 0.22 0.14
HSL 145.81º 0.54% 0.69% -
HSV(B) 145.81º 0.39% 0.86% -
XYZ 42.26 58.55 47.1 -
YUV 187.7 118.01 88.98 -
System Red Green Blue C M Y K H S L
Decimal 133 219 170 0.39 0 0.22 0.14 145.81 0.54 0.69
Hex 85 DB AA 27 0 16 E 92 36 45
Octal 205 333 252 47 0 26 16 222 66 105
Binary 10000101 11011011 10101010 100111 0 10110 1110 10010010 110110 1000101

Color Harmonies of #85DBAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DBAA

Black with #85DBAA

Text Example


Text Example

White with #85DBAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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