Html Css Color HEX #85DCAE Vista Blue

📋 copy color: '#85DCAE'

red 133 ◦ green 220 ◦ blue 174

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

Shades of Vista Blue #85DCAE

Tints of Vista Blue #85DCAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 33.02%

R = 25.24%
G = 41.75%
B = 33.02%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#85DCAE (or 0x85DCAE) is known color: Vista Blue. HEX triplet: 85, DC and AE. RGB value is (133,220,174). Sum of RGB (Red+Green+Blue) = 133+220+174=527 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.24% from 527); Green value is 220 (86.33% from 255 or 41.75% from 527); Blue value is 174 (68.36% from 255 or 33.02% from 527); Max value from RGB is 220 - color contains mainly: green. Hex color #85DCAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DCAE is #7A2351. Grayscale: #BCBCBC. Windows color (decimal): -8004434 or 11459717. OLE color: 11459717.

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

Color convert

RGB 133 220 174 -
CMYK 0.40 0 0.21 0.14
HSL 148.28º 0.55% 0.69% -
HSV(B) 148.28º 0.4% 0.86% -
XYZ 42.91 59.23 49.22 -
YUV 188.74 119.68 88.24 -
System Red Green Blue C M Y K H S L
Decimal 133 220 174 0.40 0 0.21 0.14 148.28 0.55 0.69
Hex 85 DC AE 28 0 15 E 94 37 45
Octal 205 334 256 50 0 25 16 224 67 105
Binary 10000101 11011100 10101110 101000 0 10101 1110 10010100 110111 1000101

Color Harmonies of #85DCAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DCAE

Black with #85DCAE

Text Example


Text Example

White with #85DCAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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