Html Css Color HEX #85CFAD Vista Blue

📋 copy color: '#85CFAD'

red 133 ◦ green 207 ◦ blue 173

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

Shades of Vista Blue #85CFAD

Tints of Vista Blue #85CFAD

RGB

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

 GREEN value IS 207 (81.25% from 255) = 40.35%

 BLUE value IS 173 (67.97% from 255) = 33.72%

R = 25.93%
G = 40.35%
B = 33.72%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.16

 K value IS 0.19

RGB Variations

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

Color information

#85CFAD (or 0x85CFAD) is known color: Vista Blue. HEX triplet: 85, CF and AD. RGB value is (133,207,173). Sum of RGB (Red+Green+Blue) = 133+207+173=513 (67% of max value = 765). Red value is 133 (52.34% from 255 or 25.93% from 513); Green value is 207 (81.25% from 255 or 40.35% from 513); Blue value is 173 (67.97% from 255 or 33.72% from 513); Max value from RGB is 207 - color contains mainly: green. Hex color #85CFAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85CFAD is #7A3052. Grayscale: #B5B5B5. Windows color (decimal): -8007763 or 11390853. OLE color: 11390853.

HSL color Cylindrical-coordinate representation of color #85CFAD: hue angle of 152.43º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #85CFAD is Cyan = 0.36, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.

Color convert

RGB 133 207 173 -
CMYK 0.36 0 0.16 0.19
HSL 152.43º 0.44% 0.67% -
HSV(B) 152.43º 0.36% 0.81% -
XYZ 39.53 52.63 47.61 -
YUV 181 123.48 93.76 -
System Red Green Blue C M Y K H S L
Decimal 133 207 173 0.36 0 0.16 0.19 152.43 0.44 0.67
Hex 85 CF AD 24 0 10 13 98 2C 43
Octal 205 317 255 44 0 20 23 230 54 103
Binary 10000101 11001111 10101101 100100 0 10000 10011 10011000 101100 1000011

Color Harmonies of #85CFAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85CFAD

Black with #85CFAD

Text Example


Text Example

White with #85CFAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,207,173); }

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

background-color css

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

 a { background-color: rgb(133,207,173); }

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

border-color css

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

 span { border-color: rgb(133,207,173); }

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