Html Css Color HEX #85D1B1 Vista Blue

📋 copy color: '#85D1B1'

red 133 ◦ green 209 ◦ blue 177

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

Shades of Vista Blue #85D1B1

Tints of Vista Blue #85D1B1

RGB

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

 GREEN value IS 209 (82.03% from 255) = 40.27%

 BLUE value IS 177 (69.53% from 255) = 34.1%

R = 25.63%
G = 40.27%
B = 34.1%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.15

 K value IS 0.18

RGB Variations

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

Color information

#85D1B1 (or 0x85D1B1) is known color: Vista Blue. HEX triplet: 85, D1 and B1. RGB value is (133,209,177). Sum of RGB (Red+Green+Blue) = 133+209+177=519 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.63% from 519); Green value is 209 (82.03% from 255 or 40.27% from 519); Blue value is 177 (69.53% from 255 or 34.10% from 519); Max value from RGB is 209 - color contains mainly: green. Hex color #85D1B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85D1B1 is #7A2E4E. Grayscale: #B6B6B6. Windows color (decimal): -8007247 or 11653509. OLE color: 11653509.

HSL color Cylindrical-coordinate representation of color #85D1B1: hue angle of 154.74º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #85D1B1 is Cyan = 0.36, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.18.

Color convert

RGB 133 209 177 -
CMYK 0.36 0 0.15 0.18
HSL 154.74º 0.45% 0.67% -
HSV(B) 154.74º 0.36% 0.82% -
XYZ 40.41 53.76 49.84 -
YUV 182.63 124.82 92.6 -
System Red Green Blue C M Y K H S L
Decimal 133 209 177 0.36 0 0.15 0.18 154.74 0.45 0.67
Hex 85 D1 B1 24 0 F 12 9B 2D 43
Octal 205 321 261 44 0 17 22 233 55 103
Binary 10000101 11010001 10110001 100100 0 1111 10010 10011011 101101 1000011

Color Harmonies of #85D1B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85D1B1

Black with #85D1B1

Text Example


Text Example

White with #85D1B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,209,177); }

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

background-color css

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

 a { background-color: rgb(133,209,177); }

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

border-color css

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

 span { border-color: rgb(133,209,177); }

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