Html Css Color HEX #85CCAB Vista Blue

📋 copy color: '#85CCAB'

red 133 ◦ green 204 ◦ blue 171

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

Shades of Vista Blue #85CCAB

Tints of Vista Blue #85CCAB

RGB

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

 GREEN value IS 204 (80.08% from 255) = 40.16%

 BLUE value IS 171 (67.19% from 255) = 33.66%

R = 26.18%
G = 40.16%
B = 33.66%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#85CCAB (or 0x85CCAB) is known color: Vista Blue. HEX triplet: 85, CC and AB. RGB value is (133,204,171). Sum of RGB (Red+Green+Blue) = 133+204+171=508 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.18% from 508); Green value is 204 (80.08% from 255 or 40.16% from 508); Blue value is 171 (67.19% from 255 or 33.66% from 508); Max value from RGB is 204 - color contains mainly: green. Hex color #85CCAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85CCAB is #7A3354. Grayscale: #B3B3B3. Windows color (decimal): -8008533 or 11259013. OLE color: 11259013.

HSL color Cylindrical-coordinate representation of color #85CCAB: hue angle of 152.11º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #85CCAB is Cyan = 0.35, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.

Color convert

RGB 133 204 171 -
CMYK 0.35 0 0.16 0.2
HSL 152.11º 0.41% 0.66% -
HSV(B) 152.11º 0.35% 0.8% -
XYZ 38.62 51.11 46.36 -
YUV 179.01 123.48 95.18 -
System Red Green Blue C M Y K H S L
Decimal 133 204 171 0.35 0 0.16 0.2 152.11 0.41 0.66
Hex 85 CC AB 23 0 10 14 98 29 42
Octal 205 314 253 43 0 20 24 230 51 102
Binary 10000101 11001100 10101011 100011 0 10000 10100 10011000 101001 1000010

Color Harmonies of #85CCAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85CCAB

Black with #85CCAB

Text Example


Text Example

White with #85CCAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,204,171); }

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

background-color css

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

 a { background-color: rgb(133,204,171); }

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

border-color css

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

 span { border-color: rgb(133,204,171); }

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