Html Css Color HEX #85DFAC Vista Blue

📋 copy color: '#85DFAC'

red 133 ◦ green 223 ◦ blue 172

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

Shades of Vista Blue #85DFAC

Tints of Vista Blue #85DFAC

RGB

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

 GREEN value IS 223 (87.5% from 255) = 42.23%

 BLUE value IS 172 (67.58% from 255) = 32.58%

R = 25.19%
G = 42.23%
B = 32.58%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#85DFAC (or 0x85DFAC) is known color: Vista Blue. HEX triplet: 85, DF and AC. RGB value is (133,223,172). Sum of RGB (Red+Green+Blue) = 133+223+172=528 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.19% from 528); Green value is 223 (87.5% from 255 or 42.23% from 528); Blue value is 172 (67.58% from 255 or 32.58% from 528); Max value from RGB is 223 - color contains mainly: green. Hex color #85DFAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DFAC is #7A2053. Grayscale: #BEBEBE. Windows color (decimal): -8003668 or 11329413. OLE color: 11329413.

HSL color Cylindrical-coordinate representation of color #85DFAC: hue angle of 146º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85DFAC is Cyan = 0.40, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 133 223 172 -
CMYK 0.40 0 0.23 0.13
HSL 146º 0.58% 0.7% -
HSV(B) 146º 0.4% 0.87% -
XYZ 43.51 60.74 48.46 -
YUV 190.28 117.68 87.15 -
System Red Green Blue C M Y K H S L
Decimal 133 223 172 0.40 0 0.23 0.13 146 0.58 0.7
Hex 85 DF AC 28 0 17 D 92 3A 46
Octal 205 337 254 50 0 27 15 222 72 106
Binary 10000101 11011111 10101100 101000 0 10111 1101 10010010 111010 1000110

Color Harmonies of #85DFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DFAC

Black with #85DFAC

Text Example


Text Example

White with #85DFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,223,172); }

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

background-color css

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

 a { background-color: rgb(133,223,172); }

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

border-color css

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

 span { border-color: rgb(133,223,172); }

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