Html Css Color HEX #85CAA8 Vista Blue

📋 copy color: '#85CAA8'

red 133 ◦ green 202 ◦ blue 168

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

Shades of Vista Blue #85CAA8

Tints of Vista Blue #85CAA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 33.4%

R = 26.44%
G = 40.16%
B = 33.4%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.17

 K value IS 0.21

RGB Variations

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

Color information

#85CAA8 (or 0x85CAA8) is known color: Vista Blue. HEX triplet: 85, CA and A8. RGB value is (133,202,168). Sum of RGB (Red+Green+Blue) = 133+202+168=503 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.44% from 503); Green value is 202 (79.30% from 255 or 40.16% from 503); Blue value is 168 (66.02% from 255 or 33.40% from 503); Max value from RGB is 202 - color contains mainly: green. Hex color #85CAA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85CAA8 is #7A3557. Grayscale: #B1B1B1. Windows color (decimal): -8009048 or 11061893. OLE color: 11061893.

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

Color convert

RGB 133 202 168 -
CMYK 0.34 0 0.17 0.21
HSL 150.43º 0.39% 0.66% -
HSV(B) 150.43º 0.34% 0.79% -
XYZ 37.86 50.05 44.71 -
YUV 177.49 122.64 96.26 -
System Red Green Blue C M Y K H S L
Decimal 133 202 168 0.34 0 0.17 0.21 150.43 0.39 0.66
Hex 85 CA A8 22 0 11 15 96 27 42
Octal 205 312 250 42 0 21 25 226 47 102
Binary 10000101 11001010 10101000 100010 0 10001 10101 10010110 100111 1000010

Color Harmonies of #85CAA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85CAA8

Black with #85CAA8

Text Example


Text Example

White with #85CAA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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