Html Css Color HEX #85DAB2 Vista Blue

📋 copy color: '#85DAB2'

red 133 ◦ green 218 ◦ blue 178

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

Shades of Vista Blue #85DAB2

Tints of Vista Blue #85DAB2

RGB

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

 GREEN value IS 218 (85.55% from 255) = 41.21%

 BLUE value IS 178 (69.92% from 255) = 33.65%

R = 25.14%
G = 41.21%
B = 33.65%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#85DAB2 (or 0x85DAB2) is known color: Vista Blue. HEX triplet: 85, DA and B2. RGB value is (133,218,178). Sum of RGB (Red+Green+Blue) = 133+218+178=529 (70% of max value = 765). Red value is 133 (52.34% from 255 or 25.14% from 529); Green value is 218 (85.55% from 255 or 41.21% from 529); Blue value is 178 (69.92% from 255 or 33.65% from 529); Max value from RGB is 218 - color contains mainly: green. Hex color #85DAB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DAB2 is #7A254D. Grayscale: #BCBCBC. Windows color (decimal): -8004942 or 11721349. OLE color: 11721349.

HSL color Cylindrical-coordinate representation of color #85DAB2: hue angle of 151.76º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #85DAB2 is Cyan = 0.39, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.15.

Color convert

RGB 133 218 178 -
CMYK 0.39 0 0.18 0.15
HSL 151.76º 0.53% 0.69% -
HSV(B) 151.76º 0.39% 0.85% -
XYZ 42.78 58.34 51.13 -
YUV 188.03 122.34 88.75 -
System Red Green Blue C M Y K H S L
Decimal 133 218 178 0.39 0 0.18 0.15 151.76 0.53 0.69
Hex 85 DA B2 27 0 12 F 98 35 45
Octal 205 332 262 47 0 22 17 230 65 105
Binary 10000101 11011010 10110010 100111 0 10010 1111 10011000 110101 1000101

Color Harmonies of #85DAB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DAB2

Black with #85DAB2

Text Example


Text Example

White with #85DAB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,218,178); }

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

background-color css

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

 a { background-color: rgb(133,218,178); }

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

border-color css

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

 span { border-color: rgb(133,218,178); }

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