Html Css Color HEX #85CBA5 Vista Blue

📋 copy color: '#85CBA5'

red 133 ◦ green 203 ◦ blue 165

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

Shades of Vista Blue #85CBA5

Tints of Vista Blue #85CBA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 32.93%

R = 26.55%
G = 40.52%
B = 32.93%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.19

 K value IS 0.20

RGB Variations

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

Color information

#85CBA5 (or 0x85CBA5) is known color: Vista Blue. HEX triplet: 85, CB and A5. RGB value is (133,203,165). Sum of RGB (Red+Green+Blue) = 133+203+165=501 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.55% from 501); Green value is 203 (79.69% from 255 or 40.52% from 501); Blue value is 165 (64.84% from 255 or 32.93% from 501); Max value from RGB is 203 - color contains mainly: green. Hex color #85CBA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85CBA5 is #7A345A. Grayscale: #B1B1B1. Windows color (decimal): -8008795 or 10865541. OLE color: 10865541.

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

Color convert

RGB 133 203 165 -
CMYK 0.34 0 0.19 0.20
HSL 147.43º 0.4% 0.66% -
HSV(B) 147.43º 0.34% 0.8% -
XYZ 37.82 50.42 43.34 -
YUV 177.74 120.81 96.09 -
System Red Green Blue C M Y K H S L
Decimal 133 203 165 0.34 0 0.19 0.20 147.43 0.4 0.66
Hex 85 CB A5 22 0 13 14 93 28 42
Octal 205 313 245 42 0 23 24 223 50 102
Binary 10000101 11001011 10100101 100010 0 10011 10100 10010011 101000 1000010

Color Harmonies of #85CBA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85CBA5

Black with #85CBA5

Text Example


Text Example

White with #85CBA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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