Html Css Color HEX #85DCAF Vista Blue

📋 copy color: '#85DCAF'

red 133 ◦ green 220 ◦ blue 175

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

Shades of Vista Blue #85DCAF

Tints of Vista Blue #85DCAF

RGB

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

 GREEN value IS 220 (86.33% from 255) = 41.67%

 BLUE value IS 175 (68.75% from 255) = 33.14%

R = 25.19%
G = 41.67%
B = 33.14%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#85DCAF (or 0x85DCAF) is known color: Vista Blue. HEX triplet: 85, DC and AF. RGB value is (133,220,175). Sum of RGB (Red+Green+Blue) = 133+220+175=528 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.19% from 528); Green value is 220 (86.33% from 255 or 41.67% from 528); Blue value is 175 (68.75% from 255 or 33.14% from 528); Max value from RGB is 220 - color contains mainly: green. Hex color #85DCAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DCAF is #7A2350. Grayscale: #BCBCBC. Windows color (decimal): -8004433 or 11525253. OLE color: 11525253.

HSL color Cylindrical-coordinate representation of color #85DCAF: hue angle of 148.97º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85DCAF is Cyan = 0.40, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB 133 220 175 -
CMYK 0.40 0 0.20 0.14
HSL 148.97º 0.55% 0.69% -
HSV(B) 148.97º 0.4% 0.86% -
XYZ 43 59.27 49.73 -
YUV 188.86 120.18 88.16 -
System Red Green Blue C M Y K H S L
Decimal 133 220 175 0.40 0 0.20 0.14 148.97 0.55 0.69
Hex 85 DC AF 28 0 14 E 95 37 45
Octal 205 334 257 50 0 24 16 225 67 105
Binary 10000101 11011100 10101111 101000 0 10100 1110 10010101 110111 1000101

Color Harmonies of #85DCAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DCAF

Black with #85DCAF

Text Example


Text Example

White with #85DCAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,220,175); }

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

background-color css

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

 a { background-color: rgb(133,220,175); }

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

border-color css

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

 span { border-color: rgb(133,220,175); }

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