Html Css Color HEX #85D0B1 Vista Blue

📋 copy color: '#85D0B1'

red 133 ◦ green 208 ◦ blue 177

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

Shades of Vista Blue #85D0B1

Tints of Vista Blue #85D0B1

RGB

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

 GREEN value IS 208 (81.64% from 255) = 40.15%

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

R = 25.68%
G = 40.15%
B = 34.17%

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

#85D0B1 (or 0x85D0B1) is known color: Vista Blue. HEX triplet: 85, D0 and B1. RGB value is (133,208,177). Sum of RGB (Red+Green+Blue) = 133+208+177=518 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.68% from 518); Green value is 208 (81.64% from 255 or 40.15% from 518); Blue value is 177 (69.53% from 255 or 34.17% from 518); Max value from RGB is 208 - color contains mainly: green. Hex color #85D0B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85D0B1 is #7A2F4E. Grayscale: #B6B6B6. Windows color (decimal): -8007503 or 11653253. OLE color: 11653253.

HSL color Cylindrical-coordinate representation of color #85D0B1: hue angle of 155.2º degrees, saturation: 0.44, 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 #85D0B1 is Cyan = 0.36, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.18.

Color convert

RGB 133 208 177 -
CMYK 0.36 0 0.15 0.18
HSL 155.2º 0.44% 0.67% -
HSV(B) 155.2º 0.36% 0.82% -
XYZ 40.16 53.27 49.76 -
YUV 182.04 125.15 93.02 -
System Red Green Blue C M Y K H S L
Decimal 133 208 177 0.36 0 0.15 0.18 155.2 0.44 0.67
Hex 85 D0 B1 24 0 F 12 9B 2C 43
Octal 205 320 261 44 0 17 22 233 54 103
Binary 10000101 11010000 10110001 100100 0 1111 10010 10011011 101100 1000011

Color Harmonies of #85D0B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85D0B1

Black with #85D0B1

Text Example


Text Example

White with #85D0B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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