Html Css Color HEX #85DCAD Vista Blue

📋 copy color: '#85DCAD'

red 133 ◦ green 220 ◦ blue 173

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

Shades of Vista Blue #85DCAD

Tints of Vista Blue #85DCAD

RGB

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

 GREEN value IS 220 (86.33% from 255) = 41.83%

 BLUE value IS 173 (67.97% from 255) = 32.89%

R = 25.29%
G = 41.83%
B = 32.89%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#85DCAD (or 0x85DCAD) is known color: Vista Blue. HEX triplet: 85, DC and AD. RGB value is (133,220,173). Sum of RGB (Red+Green+Blue) = 133+220+173=526 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.29% from 526); Green value is 220 (86.33% from 255 or 41.83% from 526); Blue value is 173 (67.97% from 255 or 32.89% from 526); Max value from RGB is 220 - color contains mainly: green. Hex color #85DCAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DCAD is #7A2352. Grayscale: #BCBCBC. Windows color (decimal): -8004435 or 11394181. OLE color: 11394181.

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

Color convert

RGB 133 220 173 -
CMYK 0.40 0 0.21 0.14
HSL 147.59º 0.55% 0.69% -
HSV(B) 147.59º 0.4% 0.86% -
XYZ 42.81 59.19 48.7 -
YUV 188.63 119.18 88.32 -
System Red Green Blue C M Y K H S L
Decimal 133 220 173 0.40 0 0.21 0.14 147.59 0.55 0.69
Hex 85 DC AD 28 0 15 E 94 37 45
Octal 205 334 255 50 0 25 16 224 67 105
Binary 10000101 11011100 10101101 101000 0 10101 1110 10010100 110111 1000101

Color Harmonies of #85DCAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DCAD

Black with #85DCAD

Text Example


Text Example

White with #85DCAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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