Html Css Color HEX #85CBAB Vista Blue

📋 copy color: '#85CBAB'

red 133 ◦ green 203 ◦ blue 171

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

Shades of Vista Blue #85CBAB

Tints of Vista Blue #85CBAB

RGB

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

 GREEN value IS 203 (79.69% from 255) = 40.04%

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

R = 26.23%
G = 40.04%
B = 33.73%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.16

 K value IS 0.20

RGB Variations

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

Color information

#85CBAB (or 0x85CBAB) is known color: Vista Blue. HEX triplet: 85, CB and AB. RGB value is (133,203,171). Sum of RGB (Red+Green+Blue) = 133+203+171=507 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.23% from 507); Green value is 203 (79.69% from 255 or 40.04% from 507); Blue value is 171 (67.19% from 255 or 33.73% from 507); Max value from RGB is 203 - color contains mainly: green. Hex color #85CBAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85CBAB is #7A3454. Grayscale: #B2B2B2. Windows color (decimal): -8008789 or 11258757. OLE color: 11258757.

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

Color convert

RGB 133 203 171 -
CMYK 0.34 0 0.16 0.20
HSL 152.57º 0.4% 0.66% -
HSV(B) 152.57º 0.34% 0.8% -
XYZ 38.38 50.64 46.28 -
YUV 178.42 123.81 95.6 -
System Red Green Blue C M Y K H S L
Decimal 133 203 171 0.34 0 0.16 0.20 152.57 0.4 0.66
Hex 85 CB AB 22 0 10 14 99 28 42
Octal 205 313 253 42 0 20 24 231 50 102
Binary 10000101 11001011 10101011 100010 0 10000 10100 10011001 101000 1000010

Color Harmonies of #85CBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85CBAB

Black with #85CBAB

Text Example


Text Example

White with #85CBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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