Html Css Color HEX #85DAAC Vista Blue

📋 copy color: '#85DAAC'

red 133 ◦ green 218 ◦ blue 172

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

Shades of Vista Blue #85DAAC

Tints of Vista Blue #85DAAC

RGB

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

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

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

R = 25.43%
G = 41.68%
B = 32.89%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#85DAAC (or 0x85DAAC) is known color: Vista Blue. HEX triplet: 85, DA and AC. RGB value is (133,218,172). Sum of RGB (Red+Green+Blue) = 133+218+172=523 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.43% from 523); Green value is 218 (85.55% from 255 or 41.68% from 523); Blue value is 172 (67.58% from 255 or 32.89% from 523); Max value from RGB is 218 - color contains mainly: green. Hex color #85DAAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DAAC is #7A2553. Grayscale: #BBBBBB. Windows color (decimal): -8004948 or 11328133. OLE color: 11328133.

HSL color Cylindrical-coordinate representation of color #85DAAC: hue angle of 147.53º 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 #85DAAC is Cyan = 0.39, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB 133 218 172 -
CMYK 0.39 0 0.21 0.15
HSL 147.53º 0.53% 0.69% -
HSV(B) 147.53º 0.39% 0.85% -
XYZ 42.19 58.11 48.02 -
YUV 187.34 119.34 89.24 -
System Red Green Blue C M Y K H S L
Decimal 133 218 172 0.39 0 0.21 0.15 147.53 0.53 0.69
Hex 85 DA AC 27 0 15 F 94 35 45
Octal 205 332 254 47 0 25 17 224 65 105
Binary 10000101 11011010 10101100 100111 0 10101 1111 10010100 110101 1000101

Color Harmonies of #85DAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DAAC

Black with #85DAAC

Text Example


Text Example

White with #85DAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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