Html Css Color HEX #85DDAC Vista Blue

📋 copy color: '#85DDAC'

red 133 ◦ green 221 ◦ blue 172

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

Shades of Vista Blue #85DDAC

Tints of Vista Blue #85DDAC

RGB

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

 GREEN value IS 221 (86.72% from 255) = 42.02%

 BLUE value IS 172 (67.58% from 255) = 32.7%

R = 25.29%
G = 42.02%
B = 32.7%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#85DDAC (or 0x85DDAC) is known color: Vista Blue. HEX triplet: 85, DD and AC. RGB value is (133,221,172). Sum of RGB (Red+Green+Blue) = 133+221+172=526 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.29% from 526); Green value is 221 (86.72% from 255 or 42.02% from 526); Blue value is 172 (67.58% from 255 or 32.70% from 526); Max value from RGB is 221 - color contains mainly: green. Hex color #85DDAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DDAC is #7A2253. Grayscale: #BDBDBD. Windows color (decimal): -8004180 or 11328901. OLE color: 11328901.

HSL color Cylindrical-coordinate representation of color #85DDAC: hue angle of 146.59º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85DDAC is Cyan = 0.40, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB 133 221 172 -
CMYK 0.40 0 0.22 0.13
HSL 146.59º 0.56% 0.69% -
HSV(B) 146.59º 0.4% 0.87% -
XYZ 42.98 59.68 48.28 -
YUV 189.1 118.35 87.98 -
System Red Green Blue C M Y K H S L
Decimal 133 221 172 0.40 0 0.22 0.13 146.59 0.56 0.69
Hex 85 DD AC 28 0 16 D 93 38 45
Octal 205 335 254 50 0 26 15 223 70 105
Binary 10000101 11011101 10101100 101000 0 10110 1101 10010011 111000 1000101

Color Harmonies of #85DDAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DDAC

Black with #85DDAC

Text Example


Text Example

White with #85DDAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,221,172); }

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

background-color css

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

 a { background-color: rgb(133,221,172); }

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

border-color css

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

 span { border-color: rgb(133,221,172); }

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