Html Css Color HEX #85DBAC Vista Blue

📋 copy color: '#85DBAC'

red 133 ◦ green 219 ◦ blue 172

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

Shades of Vista Blue #85DBAC

Tints of Vista Blue #85DBAC

RGB

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

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

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

R = 25.38%
G = 41.79%
B = 32.82%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#85DBAC (or 0x85DBAC) is known color: Vista Blue. HEX triplet: 85, DB and AC. RGB value is (133,219,172). Sum of RGB (Red+Green+Blue) = 133+219+172=524 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.38% from 524); Green value is 219 (85.94% from 255 or 41.79% from 524); Blue value is 172 (67.58% from 255 or 32.82% from 524); Max value from RGB is 219 - color contains mainly: green. Hex color #85DBAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DBAC is #7A2453. Grayscale: #BCBCBC. Windows color (decimal): -8004692 or 11328389. OLE color: 11328389.

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

Color convert

RGB 133 219 172 -
CMYK 0.39 0 0.21 0.14
HSL 147.21º 0.54% 0.69% -
HSV(B) 147.21º 0.39% 0.86% -
XYZ 42.45 58.63 48.11 -
YUV 187.93 119.01 88.82 -
System Red Green Blue C M Y K H S L
Decimal 133 219 172 0.39 0 0.21 0.14 147.21 0.54 0.69
Hex 85 DB AC 27 0 15 E 93 36 45
Octal 205 333 254 47 0 25 16 223 66 105
Binary 10000101 11011011 10101100 100111 0 10101 1110 10010011 110110 1000101

Color Harmonies of #85DBAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DBAC

Black with #85DBAC

Text Example


Text Example

White with #85DBAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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