Html Css Color HEX #85CEAA Vista Blue

📋 copy color: '#85CEAA'

red 133 ◦ green 206 ◦ blue 170

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

Shades of Vista Blue #85CEAA

Tints of Vista Blue #85CEAA

RGB

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

 GREEN value IS 206 (80.86% from 255) = 40.47%

 BLUE value IS 170 (66.8% from 255) = 33.4%

R = 26.13%
G = 40.47%
B = 33.4%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#85CEAA (or 0x85CEAA) is known color: Vista Blue. HEX triplet: 85, CE and AA. RGB value is (133,206,170). Sum of RGB (Red+Green+Blue) = 133+206+170=509 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.13% from 509); Green value is 206 (80.86% from 255 or 40.47% from 509); Blue value is 170 (66.80% from 255 or 33.40% from 509); Max value from RGB is 206 - color contains mainly: green. Hex color #85CEAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85CEAA is #7A3155. Grayscale: #B4B4B4. Windows color (decimal): -8008022 or 11193989. OLE color: 11193989.

HSL color Cylindrical-coordinate representation of color #85CEAA: hue angle of 150.41º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #85CEAA is Cyan = 0.35, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB 133 206 170 -
CMYK 0.35 0 0.17 0.19
HSL 150.41º 0.43% 0.66% -
HSV(B) 150.41º 0.35% 0.81% -
XYZ 39 52.03 46.02 -
YUV 180.07 122.32 94.43 -
System Red Green Blue C M Y K H S L
Decimal 133 206 170 0.35 0 0.17 0.19 150.41 0.43 0.66
Hex 85 CE AA 23 0 11 13 96 2B 42
Octal 205 316 252 43 0 21 23 226 53 102
Binary 10000101 11001110 10101010 100011 0 10001 10011 10010110 101011 1000010

Color Harmonies of #85CEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85CEAA

Black with #85CEAA

Text Example


Text Example

White with #85CEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,206,170); }

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

background-color css

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

 a { background-color: rgb(133,206,170); }

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

border-color css

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

 span { border-color: rgb(133,206,170); }

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