Html Css Color HEX #85DBA4 Vista Blue

📋 copy color: '#85DBA4'

red 133 ◦ green 219 ◦ blue 164

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

Shades of Vista Blue #85DBA4

Tints of Vista Blue #85DBA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 31.78%

R = 25.78%
G = 42.44%
B = 31.78%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#85DBA4 (or 0x85DBA4) is known color: Vista Blue. HEX triplet: 85, DB and A4. RGB value is (133,219,164). Sum of RGB (Red+Green+Blue) = 133+219+164=516 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.78% from 516); Green value is 219 (85.94% from 255 or 42.44% from 516); Blue value is 164 (64.45% from 255 or 31.78% from 516); Max value from RGB is 219 - color contains mainly: green. Hex color #85DBA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DBA4 is #7A245B. Grayscale: #BBBBBB. Windows color (decimal): -8004700 or 10804101. OLE color: 10804101.

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

Color convert

RGB 133 219 164 -
CMYK 0.39 0 0.25 0.14
HSL 141.63º 0.54% 0.69% -
HSV(B) 141.63º 0.39% 0.86% -
XYZ 41.71 58.33 44.18 -
YUV 187.02 115.01 89.47 -
System Red Green Blue C M Y K H S L
Decimal 133 219 164 0.39 0 0.25 0.14 141.63 0.54 0.69
Hex 85 DB A4 27 0 19 E 8E 36 45
Octal 205 333 244 47 0 31 16 216 66 105
Binary 10000101 11011011 10100100 100111 0 11001 1110 10001110 110110 1000101

Color Harmonies of #85DBA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DBA4

Black with #85DBA4

Text Example


Text Example

White with #85DBA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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