Html Css Color HEX #85CFA6 Vista Blue

📋 copy color: '#85CFA6'

red 133 ◦ green 207 ◦ blue 166

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

Shades of Vista Blue #85CFA6

Tints of Vista Blue #85CFA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 32.81%

R = 26.28%
G = 40.91%
B = 32.81%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.20

 K value IS 0.19

RGB Variations

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

Color information

#85CFA6 (or 0x85CFA6) is known color: Vista Blue. HEX triplet: 85, CF and A6. RGB value is (133,207,166). Sum of RGB (Red+Green+Blue) = 133+207+166=506 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.28% from 506); Green value is 207 (81.25% from 255 or 40.91% from 506); Blue value is 166 (65.23% from 255 or 32.81% from 506); Max value from RGB is 207 - color contains mainly: green. Hex color #85CFA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85CFA6 is #7A3059. Grayscale: #B4B4B4. Windows color (decimal): -8007770 or 10932101. OLE color: 10932101.

HSL color Cylindrical-coordinate representation of color #85CFA6: hue angle of 146.76º 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 #85CFA6 is Cyan = 0.36, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.19.

Color convert

RGB 133 207 166 -
CMYK 0.36 0 0.20 0.19
HSL 146.76º 0.44% 0.67% -
HSV(B) 146.76º 0.36% 0.81% -
XYZ 38.87 52.37 44.14 -
YUV 180.2 119.98 94.33 -
System Red Green Blue C M Y K H S L
Decimal 133 207 166 0.36 0 0.20 0.19 146.76 0.44 0.67
Hex 85 CF A6 24 0 14 13 93 2C 43
Octal 205 317 246 44 0 24 23 223 54 103
Binary 10000101 11001111 10100110 100100 0 10100 10011 10010011 101100 1000011

Color Harmonies of #85CFA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85CFA6

Black with #85CFA6

Text Example


Text Example

White with #85CFA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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