Html Css Color HEX #85CAA6 Vista Blue

📋 copy color: '#85CAA6'

red 133 ◦ green 202 ◦ blue 166

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

Shades of Vista Blue #85CAA6

Tints of Vista Blue #85CAA6

RGB

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

 GREEN value IS 202 (79.3% from 255) = 40.32%

 BLUE value IS 166 (65.23% from 255) = 33.13%

R = 26.55%
G = 40.32%
B = 33.13%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.18

 K value IS 0.21

RGB Variations

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

Color information

#85CAA6 (or 0x85CAA6) is known color: Vista Blue. HEX triplet: 85, CA and A6. RGB value is (133,202,166). Sum of RGB (Red+Green+Blue) = 133+202+166=501 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.55% from 501); Green value is 202 (79.30% from 255 or 40.32% from 501); Blue value is 166 (65.23% from 255 or 33.13% from 501); Max value from RGB is 202 - color contains mainly: green. Hex color #85CAA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85CAA6 is #7A3559. Grayscale: #B1B1B1. Windows color (decimal): -8009050 or 10930821. OLE color: 10930821.

HSL color Cylindrical-coordinate representation of color #85CAA6: hue angle of 148.7º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #85CAA6 is Cyan = 0.34, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.21.

Color convert

RGB 133 202 166 -
CMYK 0.34 0 0.18 0.21
HSL 148.7º 0.39% 0.66% -
HSV(B) 148.7º 0.34% 0.79% -
XYZ 37.68 49.98 43.74 -
YUV 177.27 121.64 96.43 -
System Red Green Blue C M Y K H S L
Decimal 133 202 166 0.34 0 0.18 0.21 148.7 0.39 0.66
Hex 85 CA A6 22 0 12 15 95 27 42
Octal 205 312 246 42 0 22 25 225 47 102
Binary 10000101 11001010 10100110 100010 0 10010 10101 10010101 100111 1000010

Color Harmonies of #85CAA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85CAA6

Black with #85CAA6

Text Example


Text Example

White with #85CAA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,202,166); }

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

background-color css

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

 a { background-color: rgb(133,202,166); }

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

border-color css

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

 span { border-color: rgb(133,202,166); }

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