Html Css Color HEX #85DDAB Vista Blue

📋 copy color: '#85DDAB'

red 133 ◦ green 221 ◦ blue 171

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

Shades of Vista Blue #85DDAB

Tints of Vista Blue #85DDAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 32.57%

R = 25.33%
G = 42.1%
B = 32.57%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#85DDAB (or 0x85DDAB) is known color: Vista Blue. HEX triplet: 85, DD and AB. RGB value is (133,221,171). Sum of RGB (Red+Green+Blue) = 133+221+171=525 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.33% from 525); Green value is 221 (86.72% from 255 or 42.10% from 525); Blue value is 171 (67.19% from 255 or 32.57% from 525); Max value from RGB is 221 - color contains mainly: green. Hex color #85DDAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DDAB is #7A2254. Grayscale: #BDBDBD. Windows color (decimal): -8004181 or 11263365. OLE color: 11263365.

HSL color Cylindrical-coordinate representation of color #85DDAB: hue angle of 145.91º 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 #85DDAB is Cyan = 0.40, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 133 221 171 -
CMYK 0.40 0 0.23 0.13
HSL 145.91º 0.56% 0.69% -
HSV(B) 145.91º 0.4% 0.87% -
XYZ 42.88 59.64 47.78 -
YUV 188.99 117.85 88.07 -
System Red Green Blue C M Y K H S L
Decimal 133 221 171 0.40 0 0.23 0.13 145.91 0.56 0.69
Hex 85 DD AB 28 0 17 D 92 38 45
Octal 205 335 253 50 0 27 15 222 70 105
Binary 10000101 11011101 10101011 101000 0 10111 1101 10010010 111000 1000101

Color Harmonies of #85DDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DDAB

Black with #85DDAB

Text Example


Text Example

White with #85DDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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